typo in error message
authorkouril <kouril>
Tue, 15 Aug 2006 13:14:27 +0000 (13:14 +0000)
committerkouril <kouril>
Tue, 15 Aug 2006 13:14:27 +0000 (13:14 +0000)
src/mod_auth_kerb.c

index 11f3955..63b22d3 100644 (file)
@@ -1372,7 +1372,7 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
   if (GSS_ERROR(major_status)) {
     log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
               "%s", get_gss_error(r->pool, major_status, minor_status,
-                                  "gss_export_name() failed"));
+                                  "gss_display_name() failed"));
     ret = HTTP_INTERNAL_SERVER_ERROR;
     goto end;
   }