auth3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 14 Apr 2021 08:28:21 +0000 (10:28 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/auth/auth_util.c

index 162adeb5527ab1cca010140aa54fda2de9a66dea..393a8bb11c117066f6af04304fc9bf9163136eb8 100644 (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;
        }