]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix a missing eol quote in nsupdate routine.
authorTed Lemon <source@isc.org>
Wed, 29 Nov 2000 05:35:02 +0000 (05:35 +0000)
committerTed Lemon <source@isc.org>
Wed, 29 Nov 2000 05:35:02 +0000 (05:35 +0000)
server/dhcpd.c

index 80c5033147c46a58adbc765e9710c8dd06dfb28f..604cce61786e9e2132e619088dc7903470685260 100644 (file)
@@ -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\