diff options
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 | } |