From 0d8146d5de33b4a8fc4b2833fb7e112f440ae365 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 13 Dec 2007 14:38:05 +0100 Subject: Fix typo in debug statement. Michael (This used to be commit da23684261f40c06dea30ab2df0c878ebb0d0d81) --- source3/auth/token_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 63672bcf74..330acde6e4 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -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; } -- cgit