summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/zonec.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/zonec.c')
-rw-r--r--usr.sbin/nsd/zonec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/zonec.c b/usr.sbin/nsd/zonec.c
index c186171039c..02e1a056b83 100644
--- a/usr.sbin/nsd/zonec.c
+++ b/usr.sbin/nsd/zonec.c
@@ -250,7 +250,7 @@ zparser_conv_serial(region_type *region, const char *serialstr)
serial = strtoserial(serialstr, &t);
if (*t != '\0') {
- zc_error_prev_line("serial is expected");
+ zc_error_prev_line("serial is expected or serial too big");
} else {
serial = htonl(serial);
r = alloc_rdata_init(region, &serial, sizeof(serial));