commit c621fad3de34a890b0ea27ae20c789c0de7c9d84
parent 7b020e8c515f704bed9b10d0d75f278542d7b910
Author: Anselm R Garbe <anselm@garbe.us>
Date: Sat, 15 Aug 2009 20:01:53 +0100
update
Diffstat:
| M | quark.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --dropbox a/quark.c b/quark.c
@@ -270,7 +270,7 @@ response(void) {
int
request(void) {
char *p, *res;
- int r, ishead = 0;
+ int r;
if((r = read(cfd, reqbuf, (MAXREQLEN - 1))) < 0) {
fprintf(stderr, "%s: read: %s\n", tstamp(), strerror(errno));