]> andersk Git - gssapi-openssh.git/commitdiff
stash gssapi credential storage file name for GSI so we can cleanup
authorjbasney <jbasney>
Mon, 9 Sep 2002 19:54:51 +0000 (19:54 +0000)
committerjbasney <jbasney>
Mon, 9 Sep 2002 19:54:51 +0000 (19:54 +0000)
the credentials on exit

openssh/gss-serv.c

index a66ef16b74b666f0c3aa89bb3b0f7a0716d6b2d8..622b44d4a92eaaec1e5a7e85e08ab6ecd113f433 100644 (file)
@@ -342,7 +342,7 @@ ssh_gssapi_gsi_storecreds()
 #ifdef USE_PAM
                                do_pam_putenv("X509_USER_PROXY",value);
 #endif
-                               gssapi_cred_store.filename=NULL;
+                               gssapi_cred_store.filename=strdup(value);
                                gssapi_cred_store.envvar="X509_USER_PROXY";
                                gssapi_cred_store.envval=strdup(value);
 
This page took 0.352728 seconds and 5 git commands to generate.