]> git.tuebingen.mpg.de Git - paraslash.git/commit
server.c: Initialize vss _after_ afs.
authorAndre Noll <maan@systemlinux.org>
Thu, 17 Jan 2008 18:29:23 +0000 (19:29 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 17 Jan 2008 18:29:23 +0000 (19:29 +0100)
commit8e01e0f249dbb131d70fbdb4adc651421278d3d8
treebb6da8ad1488c8482bcb74e53088f0462c98fc80
parent22942910d5cf0b5c05bf66bea99890880901ba57
server.c: Initialize vss _after_ afs.

This way, afs doesn't inherit the open fds of the senders. This fixes

sender http off

Without this patch, para_audiod wouldn't notice that the http sender
has closed its listening fd because afs still has this fd open.
server.c