Fixed ntclient.c so it would compile.
authorJeremy Allison <jra@samba.org>
Mon, 27 Oct 1997 18:07:36 +0000 (18:07 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 27 Oct 1997 18:07:36 +0000 (18:07 +0000)
Jeremy.
(This used to be commit 598e98e5612250966696826a98de35356f8f03d8)

source3/client/ntclient.c

index 5baff450a335ee7695c589a941a9fa58b4222be4..d141bb23c453f1f3a805df5b63ccb42595a56699 100644 (file)
@@ -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 */