[hipl-commit] [trunk] Rev 3920: Fixed wrong ifdef.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 11 Mar 2010 10:57:30 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Thu Mar 11 09:56:57 2010 +0100
Revision: 3920
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Fixed wrong ifdef.

Modified:
  M  hipd/input.c

=== modified file 'hipd/input.c'
--- hipd/input.c        2010-03-10 17:44:36 +0000
+++ hipd/input.c        2010-03-11 08:56:57 +0000
@@ -2859,9 +2859,9 @@
         HIP_ERROR("Couldn't get device ifindex of address\n");
     }
 
-#ifdef HIP_HIP_RVS
+#ifdef CONFIG_HIP_RVS
     hip_relay_handle_relay_to_in_client(r2, HIP_R2, r2_saddr, r2_daddr, 
r2_info, entry);
-#endif /* HIP_HIP_RVS */
+#endif /* CONFIG_HIP_RVS */
     /* Copying address list from temp location in entry
      * "entry->peer_addr_list_to_be_added" */
     hip_copy_peer_addrlist_changed(entry);

Other related posts:

  • » [hipl-commit] [trunk] Rev 3920: Fixed wrong ifdef. - Tim Just