← Back to team overview

hipl-core team mailing list archive

[Branch ~hipl-core/hipl/trunk] Rev 4888: Remove reference to non-existing function hip_get_param_object().

 

------------------------------------------------------------
revno: 4888
committer: Diego Biurrun <diego@xxxxxxxxxx>
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>