[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-637-gda23684

Michael Adam obnox at samba.org
Thu Dec 13 20:44:23 GMT 2007


The branch, v3-2-test has been updated
       via  da23684261f40c06dea30ab2df0c878ebb0d0d81 (commit)
      from  b8e582c9941d2466a403e476c52026f4b4201062 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit da23684261f40c06dea30ab2df0c878ebb0d0d81
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 13 14:38:05 2007 +0100

    Fix typo in debug statement.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/auth/token_util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/token_util.c b/source/auth/token_util.c
index 63672bc..330acde 100644
--- a/source/auth/token_util.c
+++ b/source/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;
 	}
 	


-- 
Samba Shared Repository


More information about the samba-cvs mailing list