1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-20 17:53:15 +00:00
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
..
2011-11-06 14:16:59 +01:00
2008-02-26 23:50:35 +01:00