smb-even-less-chatty-20080108
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 22:28:39 +0000 (22:28 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 22:28:39 +0000 (22:28 +0000)
LICENSE MIT

remove the smb_RestartListeners message entirely

src/WINNT/afsd/smb.c

index 7c82cc1..78a881f 100644 (file)
@@ -8614,7 +8614,6 @@ void smb_RestartListeners(int locked)
         lock_ObtainMutex(&smb_StartedLock);
 
     if (!powerStateSuspended && smb_ListenerState != SMB_LISTENER_UNINITIALIZED) {
-        afsi_log("smb_RestartListeners");
        if (smb_ListenerState == SMB_LISTENER_STOPPED) {
             if (smb_NetbiosInit(1))
                 smb_StartListeners(1);