diff options
| author | Simo Sorce <simo@redhat.com> | 2013-04-03 22:50:55 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2013-04-03 22:51:36 -0400 |
| commit | d489541613560155894164d9b66924545a5c844f (patch) | |
| tree | 12b52e8c8465a3eb38f9264cc43be5a1dc0087e0 /proxy | |
| parent | 45662442563e855c2778faa2373758460d707971 (diff) | |
| download | gss-proxy-d489541613560155894164d9b66924545a5c844f.tar.gz gss-proxy-d489541613560155894164d9b66924545a5c844f.tar.xz gss-proxy-d489541613560155894164d9b66924545a5c844f.zip | |
Remove unused variables
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy')
| -rw-r--r-- | proxy/src/gp_config.c | 2 | ||||
| -rw-r--r-- | proxy/src/mechglue/gpp_context.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/proxy/src/gp_config.c b/proxy/src/gp_config.c index 0db3472..bb01227 100644 --- a/proxy/src/gp_config.c +++ b/proxy/src/gp_config.c @@ -258,7 +258,6 @@ int load_config(struct gp_config *cfg) dictionary *d; char *tmpstr; int ret; - uint32_t ret_min, ret_maj; d = iniparser_load(cfg->config_file); if (!d) { @@ -276,7 +275,6 @@ int load_config(struct gp_config *cfg) ret = load_services(cfg, d); -done: iniparser_freedict(d); return ret; } diff --git a/proxy/src/mechglue/gpp_context.c b/proxy/src/mechglue/gpp_context.c index 914edc8..6010724 100644 --- a/proxy/src/mechglue/gpp_context.c +++ b/proxy/src/mechglue/gpp_context.c @@ -76,9 +76,7 @@ OM_uint32 gssi_import_sec_context_by_mech(OM_uint32 *minor_status, { struct gpp_context_handle *ctx; gss_buffer_desc wrap_token = {0}; - gss_OID spmech; OM_uint32 maj, min = 0; - uint32_t len; GSSI_TRACE(); |
