summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2001-09-27 16:28:50 +0000
committerVolker Lendecke <vlendec@samba.org>2001-09-27 16:28:50 +0000
commitf7fb26f6750d0daf188ec25dded1cfa0f95d6a54 (patch)
tree7fa68a0aa517d29b1c3a3f975dc81fd6830e59ba /source3/nmbd
parent31a87fa4a60a4f932aa8f2b7ed68f010a8e8923f (diff)
downloadsamba-f7fb26f6750d0daf188ec25dded1cfa0f95d6a54.tar.gz
samba-f7fb26f6750d0daf188ec25dded1cfa0f95d6a54.tar.bz2
samba-f7fb26f6750d0daf188ec25dded1cfa0f95d6a54.zip
How often did I read the CVS commit message
"Always compile before commit" :-(( Volker (This used to be commit 69a3277fc5be35536168ba195968b8b76f0b5954)
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd_processlogon.c2
1 files changed, 1 insertions, 1 deletions
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);