mirror of
https://github.com/samba-team/samba.git
synced 2025-03-29 02:50:28 +03:00
s3: Fix the return of make_new_server_info_guest
This commit is contained in:
parent
207a84d725
commit
51567de6d7
@ -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;
|
||||
}
|
||||
|
||||
/***************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user