Fix error message copy&paste error
authorSimo Sorce <simo@redhat.com>
Tue, 21 Oct 2014 17:15:29 +0000 (13:15 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 21 Oct 2014 17:15:29 +0000 (13:15 -0400)
src/mod_auth_gssapi.c

index f2fab57..52f2531 100644 (file)
@@ -299,7 +299,7 @@ static int mag_auth(request_rec *req)
     maj = gss_display_name(&min, client, &name, NULL);
     if (GSS_ERROR(maj)) {
         ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, req, "%s",
-                      mag_error(req, "gss_accept_sec_context() failed",
+                      mag_error(req, "gss_display_name() failed",
                                 maj, min));
         goto done;
     }