mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix typo in debug statement.
Michael
(This used to be commit da23684261
)
This commit is contained in:
parent
733425f312
commit
0d8146d5de
@ -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…
Reference in New Issue
Block a user