]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Remove unused groups variable from get_ids() which was causing a compiler warning.
authorneilbrown <neilbrown>
Tue, 28 Mar 2006 00:48:56 +0000 (00:48 +0000)
committerneilbrown <neilbrown>
Tue, 28 Mar 2006 00:48:56 +0000 (00:48 +0000)
(really this time)

ChangeLog
utils/gssd/svcgssd_proc.c

index 146c9c2b65a7d4d161dd33b7d23b058830de4294..5b59000f99dd1acad792f9a46bfc6e3260d71adb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-28 kwc@citi.umich.edu
+       
+       Remove unused groups variable from get_ids() which was causing a compiler warning.
+       (really this time)
+       
 2006-03-28 kwc@citi.umich.edu
        Update krb5 code to use glue routine lucid context functions
        
index fd1076efc6fc0b894f95d01b1aa01441d4269e24..ad45753a114e2dc2ce3754d4c4148fd167e0bd24 100644 (file)
@@ -193,7 +193,6 @@ get_ids(gss_name_t client_name, gss_OID mech, struct svc_cred *cred)
        uid_t           uid, gid;
        gss_OID         name_type = GSS_C_NO_OID;
        char            *secname;
-       gid_t           *groups;
 
        maj_stat = gss_display_name(&min_stat, client_name, &name, &name_type);
        if (maj_stat != GSS_S_COMPLETE) {