summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-05-04 23:30:35 +0000
committerJeremy Allison <jra@samba.org>1998-05-04 23:30:35 +0000
commita1c7b44566be5f987945b6e7d6e5b5a682a62e64 (patch)
treed68df77c0c29fec7e083ab564de9b100731c68dc
parent6abaefa0d323c8218c450d63a50dda94e8263dfc (diff)
downloadsamba-a1c7b44566be5f987945b6e7d6e5b5a682a62e64.tar.gz
samba-a1c7b44566be5f987945b6e7d6e5b5a682a62e64.tar.xz
samba-a1c7b44566be5f987945b6e7d6e5b5a682a62e64.zip
Moved cli_tdis() to correct place in security=server (got confused
by indentation). Jeremy.
-rw-r--r--source/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/password.c b/source/smbd/password.c
index 35c53ea6156..77cbf6723cc 100644
--- a/source/smbd/password.c
+++ b/source/smbd/password.c
@@ -1729,8 +1729,8 @@ use this machine as the password server.\n"));
cli.eff_name));
cli_tdis(&cli);
return False;
- cli_tdis(&cli);
}
+ cli_tdis(&cli);
}
else {
DEBUG(3,("skipping NetWkstaUserLogon with password server %s\n", cli.desthost));