From 590b60045d184a84659cfcb13c6a1a5039b51954 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 2 Feb 2004 07:53:56 +0000 Subject: Remove bogus check. No functional change, just cosmetics. Volker (This used to be commit e3a5e2d9c23e8ba6bc817e433e596f535644c862) --- source3/auth/auth_domain.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/auth/auth_domain.c') 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