Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Fixed bug in channel_t.c
Browse files Browse the repository at this point in the history
  • Loading branch information
yakushstanislav committed Jun 11, 2013
1 parent c6b4529 commit e5fa2a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/channel_t.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ static void eject_clients_channel_t(Channel_t *channel)
keylist_rewind(channel->topics, &keylist_iterator);
while ((keylist_node = keylist_next_node(&keylist_iterator)) != NULL)
{
list = EG_KEYLIST_NODE_VALUE(keylist_node);

list_rewind(list, &list_iterator);
while ((list_node = list_next_node(&list_iterator)) != NULL)
{
Expand Down

0 comments on commit e5fa2a8

Please sign in to comment.