From f7fb26f6750d0daf188ec25dded1cfa0f95d6a54 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Sep 2001 16:28:50 +0000 Subject: How often did I read the CVS commit message "Always compile before commit" :-(( Volker (This used to be commit 69a3277fc5be35536168ba195968b8b76f0b5954) --- source3/nmbd/nmbd_processlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index e8d580adbb..811f963bad 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -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); -- cgit