X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fauth-krb5.c;h=5409692f203c7040703a4259d3d2cafea9d25c1b;hb=d2a3e34aad6590a6a228d367378c534ab3b89bca;hp=07b9cda4102662dfab524e292b11c1e9d1bfc442;hpb=4a68468fa6b9a86d0ad27b204dcdf3cb769c04a6;p=doldaconnect.git diff --git a/daemon/auth-krb5.c b/daemon/auth-krb5.c index 07b9cda..5409692 100644 --- a/daemon/auth-krb5.c +++ b/daemon/auth-krb5.c @@ -460,7 +460,7 @@ static int opensess(struct authhandle *auth) } free(buf); } else { - if((buf = krb5_cc_default_name(k5context)) == NULL) { + if((buf = (char *)krb5_cc_default_name(k5context)) == NULL) { flog(LOG_ERR, "could not get default ccache name"); return(AUTH_ERR); }