summaryrefslogtreecommitdiff
path: root/common/execute.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-09-15 17:22:52 +0000
committerTed Lemon <source@isc.org>1999-09-15 17:22:52 +0000
commit8a6dfe4c4b3903e71328ef5862f4bbbebec34491 (patch)
treee1fe7636cf55f6b4b969259bba6345c72e990abd /common/execute.c
parent205547f172507b913cdd921478a9b6122e82dee5 (diff)
downloadisc-dhcp-8a6dfe4c4b3903e71328ef5862f4bbbebec34491.tar.gz
Solaris CC requires break statements at end of switches...
Diffstat (limited to 'common/execute.c')
-rw-r--r--common/execute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/execute.c b/common/execute.c
index 8ece9431..06d4efd6 100644
--- a/common/execute.c
+++ b/common/execute.c
@@ -22,7 +22,7 @@
#ifndef lint
static char copyright[] =
-"$Id: execute.c,v 1.17 1999/09/09 23:53:14 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: execute.c,v 1.18 1999/09/15 17:22:52 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -301,6 +301,7 @@ int executable_statement_dereference (ptr, name)
default:
/* Nothing to do. */
+ break;
}
dfree ((*ptr), name);