]> andersk Git - gssapi-openssh.git/commitdiff
fix decl of ssh_gssapi_gsi_updatecreds() to match defn
authorbasney <basney>
Tue, 20 Oct 2009 15:33:46 +0000 (15:33 +0000)
committerbasney <basney>
Tue, 20 Oct 2009 15:33:46 +0000 (15:33 +0000)
openssh/gss-serv-gsi.c

index bd72536c895af113d6e6b739bc2f5d1fdb880c0a..196f4b6cc52884a97350ad8ca11b26de8a708882 100644 (file)
@@ -49,7 +49,7 @@ extern ServerOptions options;
 static int ssh_gssapi_gsi_userok(ssh_gssapi_client *client, char *name);
 static int ssh_gssapi_gsi_localname(ssh_gssapi_client *client, char **user);
 static void ssh_gssapi_gsi_storecreds(ssh_gssapi_client *client);
-static void ssh_gssapi_gsi_updatecreds(ssh_gssapi_ccache *store,
+static int ssh_gssapi_gsi_updatecreds(ssh_gssapi_ccache *store,
                                       ssh_gssapi_client *client);
 
 ssh_gssapi_mech gssapi_gsi_mech = {
This page took 0.055751 seconds and 5 git commands to generate.