]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:
authorLuke Leighton <lkcl@samba.org>
Sat, 20 Nov 1999 22:05:31 +0000 (22:05 +0000)
committerLuke Leighton <lkcl@samba.org>
Sat, 20 Nov 1999 22:05:31 +0000 (22:05 +0000)
NT refuses to play nice, and establish a trust relationship.
(This used to be commit 98c42764fba365d612a8ae4b3172b03367066112)

source3/smbd/password.c

index b279e76f41dd0e84b310188d82a7102a7576acfc..2f0ab6e13784d52de19b35cb77994cb79e271c72 100644 (file)
@@ -1247,10 +1247,9 @@ BOOL domain_client_validate( char *user, char *domain, char *server_list,
        }
 #endif /* 0 */
 
-#if 0
        cli_nt_session_close(&cli, nt_pipe_fnum);
        cli_ulogoff(&cli);
        cli_shutdown(&cli);
-#endif
+
        return True;
 }