From 55beaf4d338fd9d8db733e911717b448c239b4fd Mon Sep 17 00:00:00 2001 From: basney Date: Tue, 20 Oct 2009 15:33:46 +0000 Subject: [PATCH] fix decl of ssh_gssapi_gsi_updatecreds() to match defn --- openssh/gss-serv-gsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/gss-serv-gsi.c b/openssh/gss-serv-gsi.c index bd72536..196f4b6 100644 --- a/openssh/gss-serv-gsi.c +++ b/openssh/gss-serv-gsi.c @@ -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 = { -- 2.45.1