]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.c
Improve SIGHUP handling for afs.
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index 02b6b56db561d5a7ef2f9464dc2c1f1c54f35fec..9ae0650a2955f6683a94428df47ae2d6c836817e 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -766,6 +766,7 @@ static void signal_post_select(struct sched *s, struct task *t)
        st->signum = para_next_signal();
        if (st->signum == SIGHUP) {
                close_afs_tables();
+               parse_config_or_die(1);
                t->error = open_afs_tables();
                if (t->error < 0)
                        return;