[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5514: Remove unused, write-only variable from hip_serialize_host_id_action().

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Thu, 13 Jan 2011 13:45:44 -0000

------------------------------------------------------------
revno: 5514
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Thu 2011-01-13 14:41:47 +0100
message:
  Remove unused, write-only variable from hip_serialize_host_id_action().
modified:
  lib/core/hostid.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/hostid.c'
--- lib/core/hostid.c   2011-01-12 11:58:50 +0000
+++ lib/core/hostid.c   2011-01-13 13:41:47 +0000
@@ -445,7 +445,7 @@
     int                  err                = 0, dsa_key_rr_len = 0, 
rsa_key_rr_len = 0;
     int                  dsa_pub_key_rr_len = 0, rsa_pub_key_rr_len = 0;
     hip_hdr              numeric_action     = 0;
-    char                 addrstr[INET6_ADDRSTRLEN], 
hostname[HIP_HOST_ID_HOSTNAME_LEN_MAX];
+    char                 hostname[HIP_HOST_ID_HOSTNAME_LEN_MAX];
     const char          *rsa_filenamebase     = DEFAULT_HOST_RSA_KEY_FILE_BASE 
DEFAULT_ANON_HI_FILE_NAME_SUFFIX;
     const char          *dsa_filenamebase     = DEFAULT_HOST_DSA_KEY_FILE_BASE 
DEFAULT_ANON_HI_FILE_NAME_SUFFIX;
     const char          *rsa_filenamebase_pub = DEFAULT_HOST_RSA_KEY_FILE_BASE 
DEFAULT_PUB_HI_FILE_NAME_SUFFIX;
@@ -471,7 +471,6 @@
         goto out_err;
     }
 
-    memset(addrstr, '\0', INET6_ADDRSTRLEN);
     memset(hostname, '\0', HIP_HOST_ID_HOSTNAME_LEN_MAX);
 
     if ((err = -gethostname(hostname, HIP_HOST_ID_HOSTNAME_LEN_MAX - 1))) {

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5514: Remove unused, write-only variable from hip_serialize_host_id_action(). - noreply