X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fauth-krb5.c;h=7b88af31ddd6228f152be2e1813a43c239cd7419;hb=70d8f2f1dd421bdf51b8408b47276a5daf02dc6e;hp=069413dbfcde353a9cc7a99c85e050057655cfc3;hpb=cb530726ebe7ad3f62010cdc0a963fe225483933;p=doldaconnect.git diff --git a/daemon/auth-krb5.c b/daemon/auth-krb5.c index 069413d..7b88af3 100644 --- a/daemon/auth-krb5.c +++ b/daemon/auth-krb5.c @@ -468,7 +468,7 @@ static int opensess(struct authhandle *auth) } if((ret = krb5_cc_resolve(k5context, buf, &data->ccache)) != 0) { - flog(LOG_ERR, "could not resolve ccache name \"%s\": %s", buf2, error_message(ret)); + flog(LOG_ERR, "could not resolve ccache name \"%s\": %s", buf, error_message(ret)); return(AUTH_ERR); } setenv("KRB5CCNAME", buf, 1);