From: Tilman Sauerbeck Date: Mon, 1 Jan 2018 18:26:37 +0000 (+0100) Subject: Fix misuse of Client_iterate() in Client_voiceMsg(). X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=d86ec591c19b41ee23a13bce4517670a0401175a;hp=d86ec591c19b41ee23a13bce4517670a0401175a;p=umurmur.git 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. ---