Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
54bc6a6e
...
54bc6a6eb7842309bbdd0ad2ab69f4a3b33f05ee
authored
2006-06-14 08:41:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Stop iterating when the matching record was found.
1 parent
37cd336d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/registrar.c
mailbox/registrar.c
View file @
54bc6a6
...
...
@@ -111,6 +111,7 @@ mu_registrar_lookup (const char *name, int flags,
*
precord
=
record
;
if
(
pflags
)
*
pflags
=
rc
;
break
;
}
}
mu_iterator_destroy
(
&
iterator
);
...
...
Please
register
or
sign in
to post a comment