aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nng.c b/src/nng.c
index 38d259fd..17938d09 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -436,6 +436,9 @@ nng_strerror(int num)
case NNG_ECONNABORTED:
return ("Connection aborted");
+
+ case NNG_ECANCELED:
+ return ("Operation canceled");
}
if (num & NNG_ESYSERR) {