mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
Fix typo, checking for evbuf instead of update
This commit is contained in:
parent
c6c53e6a28
commit
01b42d3108
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user