From 34d8ca04e148263ffd4860718652eb474087f848 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 23 Feb 2012 17:57:58 -0500 Subject: creds: add code to import krb5 credentials based on configuration. --- proxy/src/gp_conv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'proxy/src/gp_conv.c') diff --git a/proxy/src/gp_conv.c b/proxy/src/gp_conv.c index e568f5e..d87a45b 100644 --- a/proxy/src/gp_conv.c +++ b/proxy/src/gp_conv.c @@ -801,5 +801,3 @@ int gp_copy_gssx_name_alloc(gssx_name *in, gssx_name **out) *out = o; return 0; } - - -- cgit