Code

mpdclient: return after playlist_update() error
authorMax Kellermann <max@duempel.org>
Fri, 23 Oct 2009 09:01:52 +0000 (11:01 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 23 Oct 2009 09:01:52 +0000 (11:01 +0200)
commit05dbc6c99a12761a83ddb9feca2868a106ee1dad
treed631d8d05514f409331a40f9f07027fabac7541f
parent5acc319b99f1e179f81e0034ca6714954831467c
mpdclient: return after playlist_update() error

In each of the functions, the client may get disconnected, and we have
to check c->status!=NULL again.
src/mpdclient.c