summaryrefslogtreecommitdiff
path: root/common/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/parse.c')
-rw-r--r--common/parse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/parse.c b/common/parse.c
index b8ccf9df..6f16c33c 100644
--- a/common/parse.c
+++ b/common/parse.c
@@ -29,6 +29,9 @@
#include "dhcpd.h"
#include <syslog.h>
+struct collection default_collection = { NULL, "default", NULL };
+struct collection *collections = &default_collection;
+
/* Enumerations can be specified in option formats, and are used for
parsing, so we define the routines that manage them here. */