1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

lib: 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-02-24 21:30:59 +01:00 committed by Jeremy Allison
parent 409da523a7
commit 72cc8dce4c

View File

@ -1108,7 +1108,7 @@ bool is_myname_or_ipaddr(const char *s)
return false;
}
/* Santize the string from '\\name' */
/* Sanitize the string from '\\name' */
name = talloc_strdup(ctx, s);
if (!name) {
return false;