diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-30 21:41:40 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-01 12:27:19 -0700 |
| commit | 4998964a435fe0f02a2d81b01fdb837214674e72 (patch) | |
| tree | dc5fe29da0574fc1510ab6f9b23b54ffd68cd97b /tests/wss.c | |
| parent | 63bdb2c28bc185096e579d1922d57cb71ecaa36b (diff) | |
| download | nng-4998964a435fe0f02a2d81b01fdb837214674e72.tar.gz nng-4998964a435fe0f02a2d81b01fdb837214674e72.tar.bz2 nng-4998964a435fe0f02a2d81b01fdb837214674e72.zip | |
fixes #381 Want comparators for various types
Diffstat (limited to 'tests/wss.c')
| -rw-r--r-- | tests/wss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wss.c b/tests/wss.c index 333af56c..fac33398 100644 --- a/tests/wss.c +++ b/tests/wss.c @@ -141,7 +141,7 @@ check_props(nng_msg *msg) size_t len; p = nng_msg_get_pipe(msg); - So(p.id > 0); + So(nng_pipe_id(p) > 0); z = sizeof(nng_sockaddr); So(nng_pipe_getopt(p, NNG_OPT_LOCADDR, &la, &z) == 0); |
