]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.c
Implement afs events.
[paraslash.git] / fd.c
diff --git a/fd.c b/fd.c
index 10a3cf608cfbc1f5c9818f38ecc69495e041fbab..30483006be2e4df5e3c2c3cd02650430eb949dbb 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -243,7 +243,6 @@ int para_opendir(const char *dirname, DIR **dir, int *cwd)
                return 1;
        ret = -ERRNO_TO_PARA_ERROR(errno);
 /* Ignore return value of fchdir() and close(). We're busted anyway. */
-change_to_orig_dir:
        if (cwd)
                fchdir(*cwd);
 close_cwd: