summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
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
commit590b60045d184a84659cfcb13c6a1a5039b51954 (patch)
tree81aaaf448f3ac5de8743fca7260e6bbed1128de2 /source3/auth/auth_domain.c
parentc45c03ac89b45abf1725c6b80b2ef57d73a237bd (diff)
downloadsamba-590b60045d184a84659cfcb13c6a1a5039b51954.tar.gz
samba-590b60045d184a84659cfcb13c6a1a5039b51954.tar.bz2
samba-590b60045d184a84659cfcb13c6a1a5039b51954.zip
Remove bogus check. No functional change, just cosmetics.
Volker (This used to be commit e3a5e2d9c23e8ba6bc817e433e596f535644c862)
Diffstat (limited to 'source3/auth/auth_domain.c')
-rw-r--r--source3/auth/auth_domain.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 73e0ae7949..fdff0b52f9 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/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 );