aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnton C. Wagensonner <anton.wagensonner@gmx.at>2019-08-12 21:43:39 +0200
committerGarrett D'Amore <garrett@damore.org>2019-09-23 07:21:15 -0700
commit906d5ea1b3d67bece941d8a4e0a049e5f6c65051 (patch)
tree757d4beaa1be5b94ba83cd68f968bc89b9b66d26 /include
parent8f6cca3adbdc38be6a99c8d441f4079f1c4d3749 (diff)
downloadnng-906d5ea1b3d67bece941d8a4e0a049e5f6c65051.tar.gz
nng-906d5ea1b3d67bece941d8a4e0a049e5f6c65051.tar.bz2
nng-906d5ea1b3d67bece941d8a4e0a049e5f6c65051.zip
fixes condition for the nng_rep_open_raw macro
Diffstat (limited to 'include')
-rw-r--r--include/nng/protocol/reqrep0/rep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nng/protocol/reqrep0/rep.h b/include/nng/protocol/reqrep0/rep.h
index 612127a2..6322b5df 100644
--- a/include/nng/protocol/reqrep0/rep.h
+++ b/include/nng/protocol/reqrep0/rep.h
@@ -22,7 +22,7 @@ NNG_DECL int nng_rep0_open_raw(nng_socket *);
#define nng_rep_open nng_rep0_open
#endif
-#ifndef nng_rep_open
+#ifndef nng_rep_open_raw
#define nng_rep_open_raw nng_rep0_open_raw
#endif