X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fevent.c;h=1be19eb2a052bd79333c379cfa2d9d3fa5a0248e;hp=242ae81bf1a756306c97db74ee0e69d62ae4d487;hb=e2c92865481a5fb043c03c0cde625a96ca608699;hpb=a50d5fe279db71cf85fabeb675c99b167ec63dcb;ds=sidebyside 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"))