From: Volker Lendecke Date: Wed, 14 Apr 2021 08:28:21 +0000 (+0200) Subject: auth3: Fix a typo X-Git-Tag: tevent-0.11.0~1091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b523223c7771c3fd9cebdb0f247c7ccb9614bd;p=thirdparty%2Fsamba.git auth3: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 162adeb5527..393a8bb11c1 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -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; }