mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
winbindd: don't panic if messaging_init() fails - return NULL instead.
Leave appropriate handling to the callers. Michael
This commit is contained in:
parent
fae4c21b14
commit
3e0c24323a
@ -49,7 +49,7 @@ struct messaging_context *winbind_messaging_context(void)
|
||||
|
||||
if (!ctx && !(ctx = messaging_init(NULL, server_id_self(),
|
||||
winbind_event_context()))) {
|
||||
smb_panic("Could not init winbind messaging context");
|
||||
DEBUG(0, ("Could not init winbind messaging context.\n"));
|
||||
}
|
||||
return ctx;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user