mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
This commit is contained in:
commit
c9496e97cf
@ -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