mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
auth3: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
062a0c14c6
commit
12b523223c
@ -480,7 +480,7 @@ NTSTATUS create_local_token(TALLOC_CTX *mem_ctx,
|
||||
struct unixid *ids;
|
||||
|
||||
/* Ensure we can't possible take a code path leading to a
|
||||
* null defref. */
|
||||
* null deref. */
|
||||
if (!server_info) {
|
||||
return NT_STATUS_LOGON_FAILURE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user