From 51567de6d7d91f727a2135cd2d5434f85db6d45a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 15 Jun 2011 14:09:50 +0200 Subject: s3: Fix the return of make_new_server_info_guest --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 1b986a0640..e2a3dadd46 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -811,7 +811,7 @@ static NTSTATUS make_new_server_info_guest(struct auth_serversupplied_info **ses status = NT_STATUS_OK; done: TALLOC_FREE(tmp_ctx); - return NT_STATUS_OK; + return status; } /*************************************************************************** -- cgit