teamspeak2 plugin: Flush the sending filehandle after writing to it.
authorStefan Hacker <stefan.hacker@web.de>
Sun, 13 Apr 2008 08:13:44 +0000 (10:13 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 13 Apr 2008 08:13:44 +0000 (10:13 +0200)
commitf1b41d4848f3212824c6d267ced3ebe738aa4dd3
treed1dc9d03cf7f4d62898f294f843f701217a2fd1b
parentf27cdf7cdde903447a5fc9e1340de34a5243f002
teamspeak2 plugin: Flush the sending filehandle after writing to it.

The only real Problem I found is that you forgot to flush the outgoing buffer
after using fputs so nothing got sent. I added the fflush but now I'm not
really sure what would happen if sending failed....
src/teamspeak2.c