diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-13 16:46:42 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-13 16:46:42 -0800 |
commit | 54e32ba846d82a6d444a495d385d7e80bb8ef6d3 (patch) | |
tree | c3c9651fa5a0312794df60309194a03545ae5ae8 | |
parent | 9e733924d9119a3a7a8b755557ffe458dda96d63 (diff) | |
parent | 0d8146d5de33b4a8fc4b2833fb7e112f440ae365 (diff) | |
download | samba-54e32ba846d82a6d444a495d385d7e80bb8ef6d3.tar.gz samba-54e32ba846d82a6d444a495d385d7e80bb8ef6d3.tar.bz2 samba-54e32ba846d82a6d444a495d385d7e80bb8ef6d3.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit c9496e97cf91c5f29f19c123377f03f44d1a32f6)
-rw-r--r-- | source3/auth/token_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |