]> git.tue.mpg.de Git - paraslash.git/commit
afs.c: Fix open_afs_tables().
authorAndre Noll <maan@systemlinux.org>
Wed, 24 Oct 2007 10:49:16 +0000 (12:49 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 24 Oct 2007 10:49:16 +0000 (12:49 +0200)
commita21f92eaa30b57eb353f88e92f39688700d04dcc
tree1037b357aa46d8beb8ba5d9931db954d6368b9cc
parent1b5148109a273e7a30255ab3a705ca49f71e046f
afs.c: Fix open_afs_tables().

The old code tried to close the table we just failed to open.
We just want to close all tables that were opened successfully
before the failed one.
afs.c