Skip to content

Commit

Permalink
fixes nanomsg#1267 testutil cannot use ipc names on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jul 28, 2020
1 parent 09d667c commit 27f2456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ testutil_scratch_addr(const char *scheme, size_t sz, char *addr)
(void) snprintf(addr, sz, "%s://testutil%04x%04x%04x%04x",
scheme, nng_random(), nng_random(), nng_random(),
nng_random());
return;
#else
char *tmpdir;

Expand Down

0 comments on commit 27f2456

Please sign in to comment.