]> arthur.barton.de Git - ngircd-alex.git/commit
Fix Send_Message(): "lastCurrentTarget" may be used uninitialized
authorAlexander Barton <alex@barton.de>
Sun, 27 Jul 2008 15:11:40 +0000 (17:11 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Jul 2008 15:16:41 +0000 (17:16 +0200)
commite5174c629c67ba84eedc6e057c66833632293e3f
tree1c63f5ae4df2ed3a6f1661f02384ae305db86b7c
parent3358ad07d78f82f6aad973f56667be9f24e00563
Fix Send_Message(): "lastCurrentTarget" may be used uninitialized

This patch fixes the following warning of GCC 4.3.1:

irc.c: In function "Send_Message":
irc.c:315: error: "lastCurrentTarget" may be used uninitialized in
this function
src/ngircd/irc.c