projects
/
project
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4e11e
)
libubus: reset ctx->sock.eof to fix reconnect issues
author
Felix Fietkau
<nbd@nbd.name>
Fri, 3 Feb 2017 13:13:48 +0000
(14:13 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Fri, 3 Feb 2017 13:13:54 +0000
(14:13 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
libubus-io.c
patch
|
blob
|
history
diff --git
a/libubus-io.c
b/libubus-io.c
index 0582ff72184bf8dab9e3ca017e84ae6c184f86ad..1075c652fd090b62d9e96a10c36c9866b0f0d513 100644
(file)
--- a/
libubus-io.c
+++ b/
libubus-io.c
@@
-372,6
+372,7
@@
int ubus_reconnect(struct ubus_context *ctx, const char *path)
close(ctx->sock.fd);
}
+ ctx->sock.eof = false;
ctx->sock.fd = usock(USOCK_UNIX, path, NULL);
if (ctx->sock.fd < 0)
return UBUS_STATUS_CONNECTION_FAILED;