Changeset 989 for vendor/current/source3/smbd/server.c
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/server.c
r988 r989 397 397 } 398 398 399 status = reinit_after_fork(msg, ev, true, "smbd-notifyd");399 status = smbd_reinit_after_fork(msg, ev, true, "smbd-notifyd"); 400 400 if (!NT_STATUS_IS_OK(status)) { 401 401 DEBUG(1, ("%s: reinit_after_fork failed: %s\n", … … 479 479 close(up_pipe[0]); 480 480 481 status = reinit_after_fork(msg, ev, true, "cleanupd");481 status = smbd_reinit_after_fork(msg, ev, true, "cleanupd"); 482 482 if (!NT_STATUS_IS_OK(status)) { 483 483 DBG_WARNING("reinit_after_fork failed: %s\n", … … 1413 1413 * initialized before the messaging context, cause the messaging 1414 1414 * context holds an event context. 1415 * FIXME: This should be s3_tevent_context_init()1416 1415 */ 1417 1416 ev_ctx = server_event_context();
Note:
See TracChangeset
for help on using the changeset viewer.