projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow variable arguments in LOG functions to be omitted or empty.
[paraslash.git]
/
http_recv.c
diff --git
a/http_recv.c
b/http_recv.c
index
6589833
..
8b55039
100644
(file)
--- a/
http_recv.c
+++ b/
http_recv.c
@@
-185,7
+185,7
@@
static int http_recv_open(struct receiver_node *rn)
rn->private_data = para_calloc(sizeof(struct private_http_recv_data));
phd = rn->private_data;
ret = get_host_info(conf->host_arg, &he);
- if (
!
ret < 0)
+ if (ret < 0)
goto err_out;
/* get new socket */
ret = get_socket();