From: Andreas Steffen Date: Fri, 9 Nov 2012 14:08:01 +0000 (+0100) Subject: added missing method assignments X-Git-Tag: 5.0.2dr4~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236eb5851a7d86950b93211aba4a16bd22b73ed4;p=thirdparty%2Fstrongswan.git added missing method assignments --- diff --git a/src/libimcv/imv/imv_msg.c b/src/libimcv/imv/imv_msg.c index 911dbfd0ca..2c23cadd1f 100644 --- a/src/libimcv/imv/imv_msg.c +++ b/src/libimcv/imv/imv_msg.c @@ -323,6 +323,7 @@ imv_msg_t *imv_msg_create(imv_agent_t *agent, imv_state_t *state, .send_assessment = _send_assessment, .receive = _receive, .add_attribute = _add_attribute, + .delete_attributes = _delete_attributes, .create_attribute_enumerator = _create_attribute_enumerator, .destroy = _destroy, }, @@ -392,6 +393,7 @@ imv_msg_t *imv_msg_create_from_long_data(imv_agent_t *agent, imv_state_t *state, .get_dst_id = _get_dst_id, .set_msg_type = _set_msg_type, .send = _send_, + .send_assessment = _send_assessment, .receive = _receive, .add_attribute = _add_attribute, .delete_attributes = _delete_attributes,