]> git.tue.mpg.de Git - paraslash.git/commit
afs: Fix a shm leak.
authorAndre Noll <maan@systemlinux.org>
Wed, 4 Feb 2009 21:25:55 +0000 (22:25 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 4 Feb 2009 21:25:55 +0000 (22:25 +0100)
commit479c7a84ce41333662c6307c523843262fa4cb69
treec29febbfeff6f10e457e1b98cc923e8419a4e3e1
parentdf51fc92275195f2cbcf95fff2cb2b0fb21433f4
afs: Fix a shm leak.

Even if the command handler stops to read the command output
afs must continue to read shmids from server fd so that it can
destroy all shared memory areas that the server created for afs.
afs.c