summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-10-27 18:07:36 +0000
committerJeremy Allison <jra@samba.org>1997-10-27 18:07:36 +0000
commit598e98e5612250966696826a98de35356f8f03d8 (patch)
treeb716ba63e5dea5123bd7a95788a707462eab5803
parent28ef0df30efd4011e6a782dc02474b6d4082d6de (diff)
downloadsamba-598e98e5612250966696826a98de35356f8f03d8.tar.gz
Fixed ntclient.c so it would compile.
Jeremy.
-rw-r--r--source/client/ntclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/ntclient.c b/source/client/ntclient.c
index 5baff450a33..d141bb23c45 100644
--- a/source/client/ntclient.c
+++ b/source/client/ntclient.c
@@ -600,7 +600,6 @@ static BOOL do_lsa_sam_logon(uint16 fnum, uint32 sess_key[2], DOM_CRED *sto_clnt
DEBUG(5, ("do_lsa_sam_logon: server credential check failed\n"));
}
}
-#endif
}
if (rparam) free(rparam);
@@ -935,3 +934,4 @@ BOOL do_nt_login(char *desthost, char *myhostname,
return True;
}
+#endif /* NTDOMAIN */