summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-03-19 16:40:50 +0000
committerColin Watson <cjwatson@debian.org>2014-03-19 16:40:55 +0000
commit2491df1666864ce27a0becff4c85fec7d6ff38ff (patch)
tree7cad7ef6746abf36393594fb9abb0113b7b8793f /clientloop.c
parentd563b20ec274b25929677424e4673eb23774b335 (diff)
parent6dbd954a28d3fc2631f1c0b42c23452e1e493e6f (diff)
Apply various warning-suppression and regression-test fixes to gssapi.patch from Damien Miller.
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index 60c9e879e..30097cdfe 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1620,7 +1620,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
1620 1620
1621#ifdef GSSAPI 1621#ifdef GSSAPI
1622 if (options.gss_renewal_rekey && 1622 if (options.gss_renewal_rekey &&
1623 ssh_gssapi_credentials_updated(GSS_C_NO_CONTEXT)) { 1623 ssh_gssapi_credentials_updated(NULL)) {
1624 debug("credentials updated - forcing rekey"); 1624 debug("credentials updated - forcing rekey");
1625 need_rekeying = 1; 1625 need_rekeying = 1;
1626 } 1626 }