]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 7c82cc11e974ff61019a4ed1e6a223ba99120d42..78a881f30214616a41b2097ab09c2a110f7a3765 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);