summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-02-02 07:53:56 +0000
committerVolker Lendecke <vlendec@samba.org>2004-02-02 07:53:56 +0000
commite3a5e2d9c23e8ba6bc817e433e596f535644c862 (patch)
treeb0abf98a749759b287b9ce69b735b05effa5aa66
parent6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433 (diff)
downloadsamba-e3a5e2d9c23e8ba6bc817e433e596f535644c862.tar.gz
samba-e3a5e2d9c23e8ba6bc817e433e596f535644c862.tar.xz
samba-e3a5e2d9c23e8ba6bc817e433e596f535644c862.zip
Remove bogus check. No functional change, just cosmetics.
Volker
-rw-r--r--source/auth/auth_domain.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index 73e0ae7949a..fdff0b52f96 100644
--- a/source/auth/auth_domain.c
+++ b/source/auth/auth_domain.c
@@ -107,11 +107,6 @@ machine %s. Error was : %s.\n", dc_name, cli_errstr(*cli)));
fstr_sprintf((*cli)->mach_acct, "%s$", setup_creds_as);
- if (!(*cli)->mach_acct) {
- release_server_mutex();
- return NT_STATUS_NO_MEMORY;
- }
-
/* This must be the remote domain (not ours) for schannel */
fstrcpy( (*cli)->domain, domain );