1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00

Patch from metze to add exit and interval events. Useful for modules

This commit is contained in:
Jelmer Vernooij
-
parent 25e55aca0f
commit 3033a63cef
6 changed files with 166 additions and 4 deletions

View File

@@ -567,6 +567,9 @@ void exit_server(const char *reason)
print_notify_send_messages(3); /* 3 second timeout. */
/* run all registered exit events */
smb_run_exit_events();
/* delete our entry in the connections database. */
yield_connection(NULL,"");