[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5227: Add a short FIXME comment to an obscure commented-out block of disabled code.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 15:15:44 -0000

------------------------------------------------------------
revno: 5227
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 16:03:33 +0100
message:
  Add a short FIXME comment to an obscure commented-out block of disabled code.
modified:
  modules/update/hipd/update.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 'modules/update/hipd/update.c'
--- modules/update/hipd/update.c        2010-11-30 14:50:30 +0000
+++ modules/update/hipd/update.c        2010-11-30 15:03:33 +0000
@@ -1287,6 +1287,8 @@
                                       &hip_update_manual_update,
                                       20000),
              -1, "Error on registering UPDATE user message handle 
function.\n");
+
+/* FIXME: Implement handle function for HIP_MSG_LOCATOR_GET to replace this. */
 #if 0
     case HIP_MSG_LOCATOR_GET:
         HIP_DEBUG("Got a request for locators\n");

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5227: Add a short FIXME comment to an obscure commented-out block of disabled code. - noreply