]> arthur.barton.de Git - ngircd.git/commit
Clean up channel allocation table on shutdown/restart.
authorAlexander Barton <alex@barton.de>
Mon, 5 Jan 2009 11:58:37 +0000 (12:58 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 5 Jan 2009 11:58:37 +0000 (12:58 +0100)
commit175f0af979bfdb6dfde1535dd7de6a452cf98e32
tree3b3cb5e40b8cafb7aa3128feb4f808d31d89f7f0
parent40a0e9abbe8cfd959dd920f2af32976f1eda1a6a
Clean up channel allocation table on shutdown/restart.

Silly bug: the condition of a while() loop in the Channel_Exit() function
used the wrong variable and therefore got never executed ...

This bug is in the code since the beginning (see commit bb19cfda in 2002);
shame on me!
src/ngircd/channel.c