Fix misuse of Client_iterate() in Client_voiceMsg().
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 1 Jan 2018 18:26:37 +0000 (19:26 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 1 Jan 2018 18:26:37 +0000 (19:26 +0100)
To start iteration, we need to pass NULL to Client_iterate().
This probably only worked before because the variable got initialized
to NULL implicitly.


No differences found