X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=accept_sec_context.c;h=6a140455a8baab98cc3a25e10d6e0cdfaeaf9ede;hb=bb3b3312411bb592fa821e691b0d2156a461e1cc;hp=bbce72961eff692c0457cae76c97cda9e6c475ad;hpb=0d2f713f319be5d6b27951188d39a0b51a788b10;p=mech_eap.orig diff --git a/accept_sec_context.c b/accept_sec_context.c index bbce729..6a14045 100644 --- a/accept_sec_context.c +++ b/accept_sec_context.c @@ -349,7 +349,7 @@ eapGssSmAcceptAuthenticate(OM_uint32 *minor, rconn = ctx->acceptorCtx.radConn; - if (rs_packet_create_acc_request(rconn, &req, NULL, NULL) != 0) { + if (rs_packet_create_auth_request(rconn, &req, NULL, NULL) != 0) { major = gssEapRadiusMapError(minor, rs_err_conn_pop(rconn)); goto cleanup; }