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
2e5a4a8e
...
2e5a4a8e5171e38437a6a33f82c9f36f115f367d
authored
2006-06-10 15:55:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_registrar_record): Tolerate NULL argument.
1 parent
b133369f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/registrar.c
mailbox/registrar.c
View file @
2e5a4a8
...
...
@@ -143,6 +143,8 @@ mu_registrar_record (mu_record_t record)
mu_list_t
list
;
mu_list_comparator_t
comp
;
if
(
!
record
)
return
0
;
_registrar_get_list
(
&
list
);
comp
=
mu_list_set_comparator
(
list
,
_compare_prio
);
status
=
mu_list_insert
(
list
,
record
,
record
,
1
);
...
...
Please
register
or
sign in
to post a comment