[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Feb 2 10:11:02 MST 2011


The branch, master has been updated
       via  d038b45 s3: Fix a typo
      from  62048fa s3-waf: fix the build after epmapper changes.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d038b45948f9074e0df56ec14a8b21e646f2cc2b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Feb 2 17:24:13 2011 +0100

    s3: Fix a typo
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Wed Feb  2 18:10:45 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index ac50a56..6465d84 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -442,7 +442,7 @@ static void child_process_request(struct winbindd_child *child,
 		}
 	}
 
-	DEBUG(1 ,("child_process_request: unknown request fn number %d\n",
+	DEBUG(1, ("child_process_request: unknown request fn number %d\n",
 		  (int)state->request->cmd));
 	state->response->result = WINBINDD_ERROR;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list