[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-426-g38683a7

Volker Lendecke vlendec at samba.org
Tue Mar 25 20:36:12 GMT 2008


The branch, v3-2-test has been updated
       via  38683a73013865695e1b04f5f6a974bd0c5c1cac (commit)
      from  492c26a9367d93802d3b6a9271dde16c49fffe69 (commit)

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


- Log -----------------------------------------------------------------
commit 38683a73013865695e1b04f5f6a974bd0c5c1cac
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Mar 25 21:35:41 2008 +0100

    Fix typo

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd.c b/source/winbindd/winbindd.c
index 615f4a9..25ceeeb 100644
--- a/source/winbindd/winbindd.c
+++ b/source/winbindd/winbindd.c
@@ -1238,7 +1238,7 @@ int main(int argc, char **argv, char **envp)
 	wcache_tdc_clear();	
 	
 	if (!init_domain_list()) {
-		DEBUG(0,("unable to initalize domain list\n"));
+		DEBUG(0,("unable to initialize domain list\n"));
 		exit(1);
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list