[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Apr 1 10:12:22 MDT 2010


The branch, master has been updated
       via  e18ddb6... s3:winbindd: remove unused variables
      from  7357720... s3:winbindd: fix problems with SIGCHLD handling (bug #7317)

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


- Log -----------------------------------------------------------------
commit e18ddb6036f5e0a2211e89a7c9b5514c30a653cf
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Apr 1 18:10:47 2010 +0200

    s3:winbindd: remove unused variables
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index d1d33d3..ab70116 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -396,8 +396,6 @@ static void winbind_msg_validate_cache(struct messaging_context *msg_ctx,
 {
 	uint8 ret;
 	pid_t child_pid;
-	struct sigaction act;
-	struct sigaction oldact;
 
 	DEBUG(10, ("winbindd_msg_validate_cache: got validate-cache "
 		   "message.\n"));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list