diff options
author | Colin Watson <cjwatson@debian.org> | 2014-03-19 16:40:50 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-03-19 16:40:55 +0000 |
commit | 2491df1666864ce27a0becff4c85fec7d6ff38ff (patch) | |
tree | 7cad7ef6746abf36393594fb9abb0113b7b8793f /clientloop.c | |
parent | d563b20ec274b25929677424e4673eb23774b335 (diff) | |
parent | 6dbd954a28d3fc2631f1c0b42c23452e1e493e6f (diff) |
Apply various warning-suppression and regression-test fixes to gssapi.patch from Damien Miller.
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 2 |
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 | } |