Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/server.c

    r988 r989  
    397397        }
    398398
    399         status = reinit_after_fork(msg, ev, true, "smbd-notifyd");
     399        status = smbd_reinit_after_fork(msg, ev, true, "smbd-notifyd");
    400400        if (!NT_STATUS_IS_OK(status)) {
    401401                DEBUG(1, ("%s: reinit_after_fork failed: %s\n",
     
    479479        close(up_pipe[0]);
    480480
    481         status = reinit_after_fork(msg, ev, true, "cleanupd");
     481        status = smbd_reinit_after_fork(msg, ev, true, "cleanupd");
    482482        if (!NT_STATUS_IS_OK(status)) {
    483483                DBG_WARNING("reinit_after_fork failed: %s\n",
     
    14131413         * initialized before the messaging context, cause the messaging
    14141414         * context holds an event context.
    1415          * FIXME: This should be s3_tevent_context_init()
    14161415         */
    14171416        ev_ctx = server_event_context();
Note: See TracChangeset for help on using the changeset viewer.