diff options
| author | Garrett D'Amore <garrett@damore.org> | 2023-02-07 16:17:47 -0400 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2023-02-07 16:17:47 -0400 |
| commit | da1dbf704d54c76ec8da93a6f7644c884fece274 (patch) | |
| tree | 7d86e36d9877e947a8ba851e85007fd724c0c265 /src | |
| parent | 4ce26ddf3f620c7ff511bda29268db2957816b26 (diff) | |
| download | nng-da1dbf704d54c76ec8da93a6f7644c884fece274.tar.gz nng-da1dbf704d54c76ec8da93a6f7644c884fece274.tar.bz2 nng-da1dbf704d54c76ec8da93a6f7644c884fece274.zip | |
Minor formatting fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp/transport/tcp/tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp/transport/tcp/tcp.c b/src/sp/transport/tcp/tcp.c index 4391b5b6..d6050d45 100644 --- a/src/sp/transport/tcp/tcp.c +++ b/src/sp/transport/tcp/tcp.c @@ -362,8 +362,8 @@ tcptran_pipe_recv_cb(void *arg) } if (p->closed) { - rv = NNG_ECLOSED; - goto recv_error; + rv = NNG_ECLOSED; + goto recv_error; } n = nni_aio_count(rxaio); |
