Fix typo, checking for evbuf instead of update

This commit is contained in:
Julien BLACHE 2010-09-12 17:31:31 +02:00
parent c6c53e6a28
commit 01b42d3108

View File

@ -306,7 +306,7 @@ playstatusupdate_cb(int fd, short what, void *arg)
}
update = evbuffer_new();
if (!evbuf)
if (!update)
{
DPRINTF(E_LOG, L_DACP, "Could not allocate evbuffer for playstatusupdate data\n");