diff options
author | Volker Lendecke <vlendec@samba.org> | 2001-09-27 16:28:50 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2001-09-27 16:28:50 +0000 |
commit | f7fb26f6750d0daf188ec25dded1cfa0f95d6a54 (patch) | |
tree | 7fa68a0aa517d29b1c3a3f975dc81fd6830e59ba /source3/nmbd | |
parent | 31a87fa4a60a4f932aa8f2b7ed68f010a8e8923f (diff) | |
download | samba-f7fb26f6750d0daf188ec25dded1cfa0f95d6a54.tar.gz samba-f7fb26f6750d0daf188ec25dded1cfa0f95d6a54.tar.xz 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index e8d580adbb6..811f963bad8 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); |