diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-09 17:31:24 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-09 17:31:24 +0000 |
commit | 72c0b2270d207e32a2124ce6439214e5e8139e57 (patch) | |
tree | b20f394ba2cb3f036d90cd9f84def6fe8e6a8d27 /src/mpc.c | |
parent | a14b635343ebdcb711885d840687d181ebd2bfbb (diff) | |
download | mpd-72c0b2270d207e32a2124ce6439214e5e8139e57.tar.gz mpd-72c0b2270d207e32a2124ce6439214e5e8139e57.tar.xz mpd-72c0b2270d207e32a2124ce6439214e5e8139e57.zip |
Updated the reconnect code to allow user to abort in raw mode
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1422 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/mpc.c')
-rw-r--r-- | src/mpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ mpc_reconnect(mpd_client_t *c, char *host, int port, char *password) { mpd_Connection *connection; - connection = mpd_newConnection(host, port, 10); + connection = mpd_newConnection(host, port, 1); if( connection==NULL ) return -1; if( connection->error ) |