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)
commitd86ec591c19b41ee23a13bce4517670a0401175a
treebe612a60ea7a49929a1738e7328ec02572645d8f
parent00137368a0955dc05c38b122971cae555689267f
Fix misuse of Client_iterate() in Client_voiceMsg().

To start iteration, we need to pass NULL to Client_iterate().
This probably only worked before because the variable got initialized
to NULL implicitly.
src/client.c