X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fauth-krb5.c;h=8f199564d1612f352cbbe6781052e8081652d766;hb=89fa8d46a881c88811eb3fb8d9940496987a7cb0;hp=4a05e6691a23c9222653fb529cdf236a6947b702;hpb=0ecdd176e7eba9fb46f4b3228f8b109a7cf20ab4;p=doldaconnect.git diff --git a/daemon/auth-krb5.c b/daemon/auth-krb5.c index 4a05e66..8f19956 100644 --- a/daemon/auth-krb5.c +++ b/daemon/auth-krb5.c @@ -266,7 +266,7 @@ static void setrenew(struct krb5data *data) data->renewtimer = timercallback(good, (void (*)(int, void *))renewcreds, data); } -static int krbauth(struct authhandle *auth, char *passdata) +static int krbauth(struct authhandle *auth, struct socket *sk, char *passdata) { int ret; struct krb5data *data;