From 26e943c02500194c4bb33b7062ca5add5ab0895f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 20 Nov 2004 14:44:01 +0000 Subject: fix oss_openDevice() to match the new openDevice callback protocol (w/o a audioFormat argument) git-svn-id: https://svn.musicpd.org/mpd/trunk@2715 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream_http.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inputStream_http.c') diff --git a/src/inputStream_http.c b/src/inputStream_http.c index f441bf14f..cfbe88e60 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -604,9 +604,10 @@ static int getHTTPHello(InputStream * inStream) { return 0; } } - case 404: case 400: case 401: + case 403: + case 404: default: close(data->sock); data->connState = HTTP_CONN_STATE_CLOSED; -- cgit v1.2.3