From: neilbrown Date: Tue, 28 Mar 2006 00:48:56 +0000 (+0000) Subject: Remove unused groups variable from get_ids() which was causing a compiler warning. X-Git-Tag: nfs-utils-1-0-8~16 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=8adc52dd957f1f7e392d8efa33a925c2312ba1b1 Remove unused groups variable from get_ids() which was causing a compiler warning. (really this time) --- diff --git a/ChangeLog b/ChangeLog index 146c9c2..5b59000 100644 --- 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 diff --git a/utils/gssd/svcgssd_proc.c b/utils/gssd/svcgssd_proc.c index fd1076e..ad45753 100644 --- a/utils/gssd/svcgssd_proc.c +++ b/utils/gssd/svcgssd_proc.c @@ -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) {