The branch, master has been updated
       via  54831cc1a57b7e6237d2397d166b8e23494fe6bd (commit)
      from  ca2c93b9e578fd9cd565f934b8910d6c738d787b (commit)

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


- Log -----------------------------------------------------------------
commit 54831cc1a57b7e6237d2397d166b8e23494fe6bd
Author: Björn Jacke <b...@sernet.de>
Date:   Tue Sep 15 03:41:06 2009 +0200

    nss_winbind: remove unused variable

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

Summary of changes:
 nsswitch/winbind_nss_netbsd.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/winbind_nss_netbsd.c b/nsswitch/winbind_nss_netbsd.c
index 63c068e..f673806 100644
--- a/nsswitch/winbind_nss_netbsd.c
+++ b/nsswitch/winbind_nss_netbsd.c
@@ -215,7 +215,6 @@ netbsdwinbind_getgroupmembership(void *nsrv, void *nscb, 
va_list ap)
 {
        int             *result = va_arg(ap, int *);
        const char      *uname  = va_arg(ap, const char *);
-       gid_t            agroup = va_arg(ap, gid_t);
        gid_t           *groups = va_arg(ap, gid_t *);
        int              maxgrp = va_arg(ap, int);
        int             *groupc = va_arg(ap, int *);


-- 
Samba Shared Repository

Reply via email to