summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fd25c82)
raw | patch | inline | side by side (parent: fd25c82)
author | Junio C Hamano <junkio@cox.net> | |
Fri, 21 Oct 2005 06:19:36 +0000 (23:19 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 21 Oct 2005 06:19:36 +0000 (23:19 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c | patch | blob | history |
diff --git a/daemon.c b/daemon.c
index 65e62d7bb16943ce47d426d817bc313889d68dfa..cec7e75d5ec6be6f14572592024f2461194b7369 100644 (file)
--- a/daemon.c
+++ b/daemon.c
/*
* 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.
*/
for (;;) {
int i;
fds = fds_init;
-
+
if (select(maxfd + 1, &fds, NULL, NULL, NULL) < 0) {
if (errno != EINTR) {
error("select failed, resuming: %s",