1
0
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:
Michael Adam 2007-12-13 14:38:05 +01:00
parent b8e582c994
commit da23684261

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