diff options
| -rw-r--r-- | source3/auth/auth_util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;  }  /*************************************************************************** | 
