1
0
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:
Volker Lendecke 2021-04-14 10:28:21 +02:00 committed by Jeremy Allison
parent 062a0c14c6
commit 12b523223c

View File

@ -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;
}