Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fixes'
author
Junio C Hamano
<junkio@cox.net>
Fri, 21 Oct 2005 06:19:47 +0000
(23:19 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 21 Oct 2005 06:19:47 +0000
(23:19 -0700)
daemon.c
patch
|
blob
|
history
raw
(from parent 1:
147a1ab
)
diff --git
a/daemon.c
b/daemon.c
index 8bb4d913bd3362314bdc936fe52946c82cf90c4a..bd278b01c11ed831623e3c6db111f53c2e08d050 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-148,7
+148,7
@@
static int set_dir(const char *dir)
/*
* Security on the cheap.
*
- * We want a readable HEAD, usable "objects" directory, and
+ * We want a readable HEAD, usable "objects" directory, and
* a "git-daemon-export-ok" flag that says that the other side
* is ok with us doing this.
*/
@@
-491,7
+491,7
@@
static int serve(int port)
for (;;) {
int i;
fds = fds_init;
-
+
if (select(maxfd + 1, &fds, NULL, NULL, NULL) < 0) {
if (errno != EINTR) {
error("select failed, resuming: %s",