From a8ce0011bdbea93aa70370500ae398f205117106 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 14 Oct 2008 10:32:16 +0000 Subject: [PATCH] minor changes to avoid compiler complaining --- org.glite.security.proxyrenewal/src/renewal_core.c | 1 - org.glite.security.proxyrenewal/src/renewd_locl.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/org.glite.security.proxyrenewal/src/renewal_core.c b/org.glite.security.proxyrenewal/src/renewal_core.c index c75b9cf..3256f2c 100644 --- a/org.glite.security.proxyrenewal/src/renewal_core.c +++ b/org.glite.security.proxyrenewal/src/renewal_core.c @@ -119,7 +119,6 @@ glite_renewal_core_renew(glite_renewal_core_context ctx, char tmp_proxy[FILENAME_MAX]; int tmp_fd; int ret = -1; - char *p; const char *server = NULL; myproxy_socket_attrs_t *socket_attrs; myproxy_request_t *client_request; diff --git a/org.glite.security.proxyrenewal/src/renewd_locl.h b/org.glite.security.proxyrenewal/src/renewd_locl.h index 3b67a82..585a291 100644 --- a/org.glite.security.proxyrenewal/src/renewd_locl.h +++ b/org.glite.security.proxyrenewal/src/renewd_locl.h @@ -79,7 +79,7 @@ int renew_voms_creds(glite_renewal_core_context ctx, const char *cur_file, const char *renewed_file, const char *new_file); int -is_voms_attrs(glite_renewal_core_context ctx, const char *proxy, int *present); +is_voms_cert(glite_renewal_core_context ctx, const char *proxy, int *present); int get_voms_cert(glite_renewal_core_context ctx, -- 1.8.2.3