From 1323da8e52259716c5b8d403ab795266bb1e590f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 2 Feb 2004 07:54:43 +0000 Subject: Remove bogus check. Cosmetics. Volker (This used to be commit 3768b64c81879231a88c0f3235bfe8ecf29f3af8) --- source3/auth/auth_domain.c | 5 ----- 1 file changed, 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 ); -- cgit