[hipl-commit] [tiny] Rev 3516: Removed unintended acitvation of GPROF flags in configure.ac and minor formatting change in hipd/input.c.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 4 Feb 2010 19:29:39 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Thu Feb 04 18:28:55 2010 +0100
Revision: 3516
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Removed unintended acitvation of GPROF flags in configure.ac and minor 
formatting change in hipd/input.c.

Modified:
  M  configure.ac
  M  hipd/input.c

=== modified file 'configure.ac'
--- configure.ac        2010-01-29 14:17:30 +0000
+++ configure.ac        2010-02-04 17:28:55 +0000
@@ -254,7 +254,6 @@
 if test x"$ac_cv_use_ecdsa" = x"yes"; then
         AC_DEFINE(CONFIG_HIP_ECDSA)
         AH_TEMPLATE(CONFIG_HIP_ECDSA, [Defined to 1 if ECDSA support is 
enabled.])
-        AC_SUBST(GPROF_CFLAGS, "-pg")
 fi
 AM_CONDITIONAL(HIP_ECDSA, test x"$ac_cv_use_ecdsa" = x"yes")
 

=== modified file 'hipd/input.c'
--- hipd/input.c        2010-01-29 14:31:49 +0000
+++ hipd/input.c        2010-02-04 17:28:55 +0000
@@ -655,8 +655,7 @@
                /**to support stun from firewall**/
                else{
                        HIP_DEBUG("FOUND A UPDATE FROM FIREWALL \n");
-                       hip_receive_update(msg, src_addr, dst_addr, entry,
-                                   msg_info);
+                       hip_receive_update(msg, src_addr, dst_addr, entry, 
msg_info);
                }
                //end add
                break;

Other related posts:

  • » [hipl-commit] [tiny] Rev 3516: Removed unintended acitvation of GPROF flags in configure.ac and minor formatting change in hipd/input.c. - Tim Just