Skip to content

Commit f9000fb

Browse files
committed
Fix error message copy&paste error
1 parent c82c78a commit f9000fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_auth_gssapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static int mag_auth(request_rec *req)
299299
maj = gss_display_name(&min, client, &name, NULL);
300300
if (GSS_ERROR(maj)) {
301301
ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, req, "%s",
302-
mag_error(req, "gss_accept_sec_context() failed",
302+
mag_error(req, "gss_display_name() failed",
303303
maj, min));
304304
goto done;
305305
}

0 commit comments

Comments
 (0)