Code

mpdclient: don't assign c->status twice in mpdclient_cmd_clear()
authorMax Kellermann <max@duempel.org>
Sun, 18 Oct 2009 00:27:14 +0000 (02:27 +0200)
committerMax Kellermann <max@duempel.org>
Sun, 18 Oct 2009 00:27:14 +0000 (02:27 +0200)
commitc9e57058d89e2476af242810bfdeae8638269220
tree9b97ed27ae3fe40bf17c2a37e37bb6aa90e40af1
parent681ef857bb2522e93b03ab8b3adb74c76977da65
mpdclient: don't assign c->status twice in mpdclient_cmd_clear()

Forgot to delete this line when I switched to mpdclient_recv_status().
src/mpdclient.c