client_defer_output() was modified so that it can create the
deferred_send list.  With this patch, the assertion on
"deferred_send!=NULL" has become invalid.  Remove it.
---

 src/client.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/client.c b/src/client.c
index 5981cd7..953037e 100644
--- a/src/client.c
+++ b/src/client.c
@@ -723,7 +723,6 @@ static void client_defer_output(struct client *client,
        struct sllnode **buf_r;
 
        assert(length > 0);
-       assert(client->deferred_send != NULL);
 
        client->deferred_bytes += sizeof(struct sllnode) + length;
        if (client->deferred_bytes > client_max_output_buffer_size) {


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to