1
0
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:
Jeremy Allison 2007-12-13 16:46:42 -08:00
commit c9496e97cf

View File

@ -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;
}