diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-08-28 23:00:53 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-08-28 23:00:53 -0700 |
| commit | ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc (patch) | |
| tree | 01fc3b118dd74a2202ac794dce69f380c39a35f4 /tests/tcp.c | |
| parent | 05852bc279a6d88722cff8e8399b5d08853b9c32 (diff) | |
| download | nng-ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc.tar.gz nng-ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc.tar.bz2 nng-ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc.zip | |
fixes #678 local binding for TLS+TCP sockets
Diffstat (limited to 'tests/tcp.c')
| -rw-r--r-- | tests/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcp.c b/tests/tcp.c index d13cc83d..2c49f509 100644 --- a/tests/tcp.c +++ b/tests/tcp.c @@ -108,7 +108,7 @@ TestMain("TCP Transport", { nng_strfree(addr); }); - Convey("We can use local interface to connet", { + Convey("We can use local interface to connect", { nng_socket s1; nng_socket s2; char addr[NNG_MAXADDRLEN]; |
