mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix typo in debug statement.
Michael
This commit is contained in:
parent
b8e582c994
commit
da23684261
@ -85,7 +85,7 @@ NT_USER_TOKEN *get_root_nt_token( void )
|
||||
return token;
|
||||
|
||||
if ( !(pw = sys_getpwnam( "root" )) ) {
|
||||
DEBUG(0,("get_root_nt_token: getpwnam\"root\") failed!\n"));
|
||||
DEBUG(0,("get_root_nt_token: getpwnam(\"root\") failed!\n"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user