X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/db5d66a5072fed3b0983cd21ee48f5c290939ca6..1325a69de3944e18b428a7343961a957cfe7c3dd:/openssh/gss-serv.c?ds=sidebyside diff --git a/openssh/gss-serv.c b/openssh/gss-serv.c index de0f7d5..749ed0f 100644 --- a/openssh/gss-serv.c +++ b/openssh/gss-serv.c @@ -531,6 +531,7 @@ void ssh_gssapi_rekey_creds() { int ok; #ifdef USE_PAM + int ret; pam_handle_t *pamh = NULL; struct pam_conv pamconv = {ssh_gssapi_simple_conv, NULL}; char *envstr;