Skip to content

Commit 7963859

Browse files
iboukrissimo5
authored andcommitted
Skip spnego filtering since we already filter it
Reviewed-by: Simo Sorce <[email protected]>
1 parent 1f5a4e4 commit 7963859

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mod_auth_gssapi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,6 @@ static bool mag_auth_basic(request_rec *req,
549549

550550
for (int i = 0; i < actual_mechs->count; i++) {
551551

552-
/* skip spnego if present */
553-
if (gss_oid_equal(&actual_mechs->elements[i],
554-
&gss_mech_spnego)) {
555-
continue;
556-
}
557-
558552
/* free these if looping */
559553
gss_release_buffer(&min, &output);
560554
gss_release_buffer(&min, &input);

0 commit comments

Comments
 (0)