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
This commit is contained in:
Warren Dukes
2004-11-20 14:44:01 +00:00
parent cd6af0948c
commit 26e943c025
2 changed files with 4 additions and 2 deletions

View File

@@ -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;