]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update error message.
authorTed Lemon <source@isc.org>
Fri, 6 Nov 1998 00:11:53 +0000 (00:11 +0000)
committerTed Lemon <source@isc.org>
Fri, 6 Nov 1998 00:11:53 +0000 (00:11 +0000)
common/execute.c

index f1541eeb874964d1d5d43f0ac8013f5738cfcb23..c791a9b10193b692e240d78c033338e931bfab50 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: execute.c,v 1.2 1998/11/05 18:40:40 mellon Exp $ Copyright (c) 1998 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: execute.c,v 1.3 1998/11/06 00:11:53 mellon Exp $ Copyright (c) 1998 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -143,7 +143,7 @@ int execute_statements (packet, in_options, out_options, statements)
                        break;
 
                      default:
-                       error ("bogus classification rule type %d\n", r -> op);
+                       error ("bogus statement type %d\n", r -> op);
                }
        }