How often did I read the CVS commit message
authorVolker Lendecke <vlendec@samba.org>
Thu, 27 Sep 2001 16:28:50 +0000 (16:28 +0000)
committerVolker Lendecke <vlendec@samba.org>
Thu, 27 Sep 2001 16:28:50 +0000 (16:28 +0000)
"Always compile before commit" :-((

Volker
(This used to be commit 69a3277fc5be35536168ba195968b8b76f0b5954)

source3/nmbd/nmbd_processlogon.c

index e8d580adbb65896c08f56460881e2bf511883ec1..811f963bad8711d0d445ff4bb19ca09ec15b3c78 100644 (file)
@@ -147,7 +147,7 @@ logons are not enabled.\n", inet_ntoa(p->ip) ));
       if (!lp_domain_master())
       {  
          /* We're not Primary Domain Controller -- ignore this */
-         goto done;
+         return;
       }
 
       getdc = skip_string(machine,1);