]> andersk Git - gssapi-openssh.git/blobdiff - openssh/gss-serv-gsi.c
updated patch from Matthieu Hautreux for cascading credentials
[gssapi-openssh.git] / openssh / gss-serv-gsi.c
index 1a0c3f963e8aea310c41cea5aad7f7310b983269..bd72536c895af113d6e6b739bc2f5d1fdb880c0a 100644 (file)
@@ -225,12 +225,13 @@ ssh_gssapi_gsi_storecreds(ssh_gssapi_client *client)
 }
 
 /*
- * Export updated GSI credential to disk.
+ * Export updated GSI credentials to disk.
  */
-static void
+static int
 ssh_gssapi_gsi_updatecreds(ssh_gssapi_ccache *store,ssh_gssapi_client *client)
 {
        ssh_gssapi_gsi_storecreds(client);
+       return 1;
 }
 
 #endif /* GSI */
This page took 0.073033 seconds and 4 git commands to generate.