ngircd-tor/src
Alexander Barton 0d9740b9fa Fix gcc warning, initialize "list" variable to NULL
This fixes the following warning with gcc 4.6.3.:

  irc-mode.c: In function "Channel_Mode":
  irc-mode.c:947:26: error: "list" may be used uninitialized
                     in this function
  irc-mode.c:884:25: error: "list" may be used uninitialized
                     in this function

(The variable has never been used uninitialized, so don't worry)
2012-03-12 22:27:55 +01:00
..
ipaddr Only use AI_NUMERICHOST if it is #define'd 2011-11-06 14:13:49 +01:00
ngircd Fix gcc warning, initialize "list" variable to NULL 2012-03-12 22:27:55 +01:00
portab Test for gai_strerror() 2011-11-06 14:16:59 +01:00
testsuite getpid.sh: Fix testcase error for Debian using sbuild 2012-03-03 18:53:03 +01:00
tool Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
.gitignore GIT: added src/src/config.h.in~ to ignore list. 2008-06-11 16:02:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00