summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-09-19 02:28:10 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-09-19 02:28:10 +0200
commitc7f0aba80b9f528ceb4f0d6be2bcf4519e5a59ae (patch)
tree10ea1298bb9dca1fbb46d8d5a9fc86925dd6b52b /sys
parentcbdf48454fece6380a0ad713d53902f65bf9308b (diff)
webfs: aaand another one (should go to sleep)
Diffstat (limited to 'sys')
-rw-r--r--sys/src/cmd/webfs/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/webfs/http.c b/sys/src/cmd/webfs/http.c
index 33cec2122..b429112e4 100644
--- a/sys/src/cmd/webfs/http.c
+++ b/sys/src/cmd/webfs/http.c
@@ -645,7 +645,7 @@ http(char *m, Url *u, Key *shdr, Buq *qbody, Buq *qpost)
}
if(h == nil){
alarm(timeout);
- if((h = hdial(u, qpost!=nil)) == nil)
+ if((h = hdial(u, qpost==nil)) == nil)
break;
}
if(h->tunnel){