mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Fix a typo
This commit is contained in:
parent
e4d276f737
commit
3d15d044a9
@ -288,7 +288,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success,
|
|||||||
&s->user_sid, &domain_name,
|
&s->user_sid, &domain_name,
|
||||||
&user_name, &type );
|
&user_name, &type );
|
||||||
|
|
||||||
/* If this still fails we ar4e done. Just error out */
|
/* If this still fails we are done. Just error out */
|
||||||
if ( !user_name ) {
|
if ( !user_name ) {
|
||||||
DEBUG(5,("Could not obtain a name for SID %s\n",
|
DEBUG(5,("Could not obtain a name for SID %s\n",
|
||||||
sid_string_dbg(&s->user_sid)));
|
sid_string_dbg(&s->user_sid)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user