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/src/gp_config.c | |
| 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/src/gp_config.c')
| -rw-r--r-- | proxy/src/gp_config.c | 2 |
1 files changed, 0 insertions, 2 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; } |
