mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:auth: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
b9ea773f05
commit
b55049711e
@ -86,7 +86,7 @@ static krb5_error_code parse_principal(TALLOC_CTX *parent_ctx,
|
||||
}
|
||||
|
||||
/* This song-and-dance effectivly puts the principal
|
||||
* into talloc, so we can't loose it. */
|
||||
* into talloc, so we can't lose it. */
|
||||
mem_ctx->principal = *princ;
|
||||
talloc_set_destructor(mem_ctx, free_principal);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user