update for libradsec API change
authorLuke Howard <lukeh@padl.com>
Fri, 21 Jan 2011 23:41:46 +0000 (10:41 +1100)
committerLuke Howard <lukeh@padl.com>
Fri, 21 Jan 2011 23:41:46 +0000 (10:41 +1100)
rs_packet_create_acc_request is now rs_packet_create_auth_request

accept_sec_context.c

index bbce729..6a14045 100644 (file)
@@ -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;
     }