Browse Source

Restore chdir(".git")

maint
H. Peter Anvin 20 years ago
parent
commit
47888f0f31
  1. 2
      daemon.c

2
daemon.c

@ -131,6 +131,8 @@ static int upload(char *dir, int dirlen)
return -1; return -1;
} }


chdir(".git");

/* /*
* Security on the cheap. * Security on the cheap.
* *

Loading…
Cancel
Save