------------------------------------------------------------ revno: 4888 committer: Diego Biurrun <[email protected]> branch nick: trunk timestamp: Wed 2010-08-18 17:49:37 +0200 message: Remove reference to non-existing function hip_get_param_object(). modified: lib/core/builder.c
-- lp:hipl https://code.launchpad.net/~hipl-core/hipl/trunk Your team HIPL core team is subscribed to branch lp:hipl. To unsubscribe from this branch go to https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'lib/core/builder.c' --- lib/core/builder.c 2010-08-17 17:23:18 +0000 +++ lib/core/builder.c 2010-08-18 15:49:37 +0000 @@ -62,7 +62,6 @@ * <li>if (msg->err) goto_error_handler;</li> * <li>hit = (struct in6addr *) hip_get_param_contents(msg, HIP_PARAM_HIT);</li> * <li>note: hit can be null, if the param was not found.</li> - * <li>ip = (struct in6addr *) hip_get_param_object(msg, HIP_PARAM_IPV6ADDR); * </li> * <li>note: hit can be null.</li> * </ul>
_______________________________________________ Mailing list: https://launchpad.net/~hipl-core Post to : [email protected] Unsubscribe : https://launchpad.net/~hipl-core More help : https://help.launchpad.net/ListHelp

