diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-11 00:01:56 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-11 00:01:56 -0800 |
| commit | 4d2661e325c0d0b2fa93642470b66a0c746a72e7 (patch) | |
| tree | cdadf7a021e0ab6054c7c280a2f45f1b1ab96027 /src/protocol | |
| parent | d6bd9375c828cb67518341122208f86ee37940a2 (diff) | |
| download | nng-4d2661e325c0d0b2fa93642470b66a0c746a72e7.tar.gz nng-4d2661e325c0d0b2fa93642470b66a0c746a72e7.tar.bz2 nng-4d2661e325c0d0b2fa93642470b66a0c746a72e7.zip | |
Bus working, and added bus test.
Diffstat (limited to 'src/protocol')
| -rw-r--r-- | src/protocol/bus/bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/bus/bus.c b/src/protocol/bus/bus.c index a9e402ef..3c9d0674 100644 --- a/src/protocol/bus/bus.c +++ b/src/protocol/bus/bus.c @@ -51,7 +51,6 @@ nni_bus_sock_init(void **sp, nni_sock *nsock) psock->raw = 0; *sp = psock; - nni_sock_recverr(nsock, NNG_ESTATE); return (0); } |
