summaryrefslogtreecommitdiffstats
path: root/discover/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/event.c')
-rw-r--r--discover/event.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/discover/event.c b/discover/event.c
index 242ae81..1be19eb 100644
--- a/discover/event.c
+++ b/discover/event.c
@@ -49,8 +49,6 @@ static int event_parse_ad_header(char *buf, int len, enum event_action *action,
*action = EVENT_ACTION_REMOVE;
else if (streq(buf, "url"))
*action = EVENT_ACTION_URL;
- else if (streq(buf, "conf"))
- *action = EVENT_ACTION_CONF;
else if (streq(buf, "dhcp"))
*action = EVENT_ACTION_DHCP;
else if (streq(buf, "boot"))
OpenPOWER on IntegriCloud