]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-smb-even-less-chatty-20080108
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 22:30:00 +0000 (22:30 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 22:30:00 +0000 (22:30 +0000)
LICENSE MIT

remove the smb_RestartListeners message entirely

(cherry picked from commit f2fd97bfb02d1d2ed46304b5864d71a8759892a4)

src/WINNT/afsd/smb.c

index 3586ab1ee91987e03c98f1bc54aa348049ed6c0c..1549f302ac61dba97060f975694f7d4b4c4f60e0 100644 (file)
@@ -9083,7 +9083,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);