From c333d574e900984ef7f5b8822dbbe5801afe9cf3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 4 Jan 2017 14:40:04 -0500 Subject: Make local call static Signed-off-by: Simo Sorce --- proxy/src/gp_creds.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy/src/gp_creds.c b/proxy/src/gp_creds.c index 05ec659..8af5a9d 100644 --- a/proxy/src/gp_creds.c +++ b/proxy/src/gp_creds.c @@ -410,10 +410,10 @@ done: return ret; } -uint32_t gp_check_cred(uint32_t *min, - gss_cred_id_t in_cred, - gssx_name *desired_name, - gss_cred_usage_t cred_usage) +static uint32_t gp_check_cred(uint32_t *min, + gss_cred_id_t in_cred, + gssx_name *desired_name, + gss_cred_usage_t cred_usage) { uint32_t ret_maj = 0; uint32_t ret_min = 0; -- cgit