]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Get rid of E_SEND.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 11:08:24 +0000 (12:08 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 11:08:24 +0000 (12:08 +0100)
This patch also simplifies sendall() a bit and fixes two bugs in
add_one_audio_file():

- If the check for existence of a hash sister failed, we missed
  to unmap the audio file.
- If an error occurred we send out a message to the client. If
  this message can not be sent (because the client terminated
  the connection) we returned success anyway and happily
  tried to add the next audio file.

Some documentation improvements as well.


No differences found