summaryrefslogtreecommitdiff
path: root/resolv/res_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/res_debug.c')
-rw-r--r--resolv/res_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_debug.c b/resolv/res_debug.c
index 8fb4bcf33f..23f27acb33 100644
--- a/resolv/res_debug.c
+++ b/resolv/res_debug.c
@@ -287,7 +287,7 @@ __fp_nquery(msg, len, file)
if ((_res.options & RES_INIT) == 0 && res_init() == -1)
return;
-#define TruncTest(x) if (x >= endMark) goto trunc
+#define TruncTest(x) if (x > endMark) goto trunc
#define ErrorTest(x) if (x == NULL) goto error
/*