Code

screen_client: don't update twice in screen_auth()
authorMax Kellermann <max@duempel.org>
Tue, 29 Sep 2009 18:36:06 +0000 (20:36 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 29 Sep 2009 18:36:06 +0000 (20:36 +0200)
commite8c92fd5145647fb8ee52462f7b1417f5df94f81
tree174299b4827ab6f96acbfd88ac13b7c5b74e23d1
parent6e59398f3083350c3cf1ed638dac06a135d2c0d5
screen_client: don't update twice in screen_auth()

One mpdclient_update() call is in _screen_auth(), and the second is in
screen_auth().  screen_auth() does not check whether _screen_auth()
was successful prior to that.
src/screen_client.c