]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitf77f0e0341220e10d1732404346bd2c1fe2c6835
treec1f1d38377c21446ea783fa8490f79bd2f97ba85
parentcd0abca282ec1cd29510f4cf8fefb04aa7e20ad7
Get rid of E_SEND.

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.
aft.c
error.h
net.c