summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-02-02 07:54:43 +0000
committerVolker Lendecke <vlendec@samba.org>2004-02-02 07:54:43 +0000
commit1323da8e52259716c5b8d403ab795266bb1e590f (patch)
tree263a6daa7e91fafd96fd70719588dab23170b4e4
parenta870ff546ce9128e3bf8bb3ddc88f5eeb98d2eda (diff)
downloadsamba-1323da8e52259716c5b8d403ab795266bb1e590f.tar.gz
samba-1323da8e52259716c5b8d403ab795266bb1e590f.tar.bz2
samba-1323da8e52259716c5b8d403ab795266bb1e590f.zip
Remove bogus check. Cosmetics.
Volker (This used to be commit 3768b64c81879231a88c0f3235bfe8ecf29f3af8)
-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 );