summaryrefslogtreecommitdiff
path: root/server/dhcpd.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-11-29 05:35:02 +0000
committerTed Lemon <source@isc.org>2000-11-29 05:35:02 +0000
commita1249be66f7638adc71bb5f2e528ea1bd73b731d (patch)
treecd9a4942910cc4a1c022dd3fe0d4561c424f5e25 /server/dhcpd.c
parente7c318f41b2c9744d7a0916d9a637db04d2cfca1 (diff)
downloadisc-dhcp-a1249be66f7638adc71bb5f2e528ea1bd73b731d.tar.gz
Fix a missing eol quote in nsupdate routine.
Diffstat (limited to 'server/dhcpd.c')
-rw-r--r--server/dhcpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 80c50331..604cce61 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -43,7 +43,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.102 2000/11/28 23:27:19 mellon Exp $ Copyright 1995-2000 Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.103 2000/11/29 05:35:02 mellon Exp $ Copyright 1995-2000 Internet Software Consortium.";
#endif
static char copyright[] =
@@ -82,7 +82,7 @@ on commit { \n\
case NOERROR: \n\
unset ddns-fwd-name; \n\
on expiry or release { \n\
- }
+ } \n\
} \n\
} \n\
\n\