summaryrefslogtreecommitdiff
path: root/includes/statement.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-06-27 00:31:20 +0000
committerTed Lemon <source@isc.org>2001-06-27 00:31:20 +0000
commitd758ad8cac9c00c70cfe4dd459bf7e87c268c579 (patch)
tree85d7e10e40b0e1061a40f45ef0e9f44073346482 /includes/statement.h
parent07b958004f4e39f9b222115b1b050044a2434ea1 (diff)
downloadisc-dhcp-d758ad8cac9c00c70cfe4dd459bf7e87c268c579.tar.gz
Merge changes between 3.0rc7 and 3.0rc8pl2.
Diffstat (limited to 'includes/statement.h')
-rw-r--r--includes/statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/statement.h b/includes/statement.h
index fb0d3945..fa865f38 100644
--- a/includes/statement.h
+++ b/includes/statement.h
@@ -69,7 +69,7 @@ struct executable_statement {
} op;
union {
struct {
- struct executable_statement *true, *false;
+ struct executable_statement *tc, *fc;
struct expression *expr;
} ie;
struct expression *eval;