]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- Add a null statement type, so that uninitialized statements won't
authorTed Lemon <source@isc.org>
Thu, 4 Jan 2001 00:02:06 +0000 (00:02 +0000)
committerTed Lemon <source@isc.org>
Thu, 4 Jan 2001 00:02:06 +0000 (00:02 +0000)
  masquerade as if statements.

includes/statement.h

index 0d93b36cca268849b53a513773be012b96ac193f..04da3d88d4773252031f807c934fed4bd5139ed8 100644 (file)
@@ -45,6 +45,7 @@ struct executable_statement {
        int refcnt;
        struct executable_statement *next;
        enum statement_op {
+               null_statement,
                if_statement,
                add_statement,
                eval_statement,