From a030c938787cdaeaf1ac729a02aa791db5472d13 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 27 Oct 1997 18:07:36 +0000 Subject: Fixed ntclient.c so it would compile. Jeremy. (This used to be commit 598e98e5612250966696826a98de35356f8f03d8) --- source3/client/ntclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/client/ntclient.c b/source3/client/ntclient.c index 5baff450a3..d141bb23c4 100644 --- a/source3/client/ntclient.c +++ b/source3/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 */ -- cgit