]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add a break after the default to satisfy the HP C compiler.
authorTed Lemon <source@isc.org>
Mon, 31 Jan 2000 23:41:56 +0000 (23:41 +0000)
committerTed Lemon <source@isc.org>
Mon, 31 Jan 2000 23:41:56 +0000 (23:41 +0000)
server/confpars.c

index b2f6dd4971f84809d3715ac90705791497d5e36a..2d01edd4bd05c0eceecbe11c2711a820f8baef42 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: confpars.c,v 1.98 2000/01/26 17:29:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: confpars.c,v 1.99 2000/01/31 23:41:56 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -1982,6 +1982,7 @@ struct lease *parse_lease_declaration (cfile)
                                break;
                                
                              default: /* for gcc, we'll never get here. */
+                               break;
                        }
                        break;