This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  1df1f6c87561dc9b797dd6aa47fb6bbfc57bea85 (commit)
      from  852ef9773167123e7faebff62a80b69b088d51be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=1df1f6c87561dc9b797dd6aa47fb6bbfc57bea85


commit 1df1f6c87561dc9b797dd6aa47fb6bbfc57bea85
Author: Giuseppe Scrivano <[email protected]>
Date:   Mon Jun 21 16:20:11 2010 +0200

    Fix a compiler warning.

diff --git a/ChangeLog b/ChangeLog
index 95a1d47..66603a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21  Giuseppe Scrivano  <[email protected]>
+
+       * ifconfig/if_index.c (if_indextoname): Return NULL on errors.
+
 2010-05-19  Kaio Rafael <[email protected]>  (tiny change)
 
        * whois/as_del_list, whois/make_as_del.pl: Added copyright notice.
diff --git a/ifconfig/if_index.c b/ifconfig/if_index.c
index e2737c2..199904c 100644
--- a/ifconfig/if_index.c
+++ b/ifconfig/if_index.c
@@ -254,4 +254,5 @@ if_indextoname (unsigned int ifindex, char *ifname)
     return result;
   }
 #endif
+  return NULL;
 }

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 ifconfig/if_index.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to