try one other thing to fix icecast dropping clients

git-svn-id: https://svn.musicpd.org/mpd/trunk@2554 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-11-09 00:29:09 +00:00
parent b7315f8391
commit c3eabe01da

View File

@ -340,6 +340,7 @@ static int write_page(ShoutData * sd) {
if(myShout_handleError(sd, err) < 0) return -1;
err = shout_send(sd->shoutConn, sd->og.body, sd->og.body_len);
if(myShout_handleError(sd, err) < 0) return -1;
shout_sync(sd->shoutConn);
return 0;
}