Restore chdir(".git")
authorH. Peter Anvin <hpa@smyrno.hos.anvin.org>
Tue, 27 Sep 2005 15:49:40 +0000 (08:49 -0700)
committerH. Peter Anvin <hpa@smyrno.hos.anvin.org>
Tue, 27 Sep 2005 15:49:40 +0000 (08:49 -0700)
daemon.c

index 0ca6cef..a369ce5 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -131,6 +131,8 @@ static int upload(char *dir, int dirlen)
                return -1;
        }
 
+       chdir(".git");
+
        /*
         * Security on the cheap.
         *