summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 9657826e2..8afb3bc96 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -263,7 +263,7 @@ errno_t set_debug_file_from_fd(const int fd);
if (TRROEstate == TEVENT_REQ_USER_ERROR) { \
return TRROEerr; \
} \
- return EIO; \
+ return ERR_INTERNAL; \
} \
} while (0)