]> git.ozlabs.org Git - petitboot/blobdiff - discover/event.c
discover: Deprecate 'conf' user event
[petitboot] / discover / event.c
index 242ae81bf1a756306c97db74ee0e69d62ae4d487..1be19eb2a052bd79333c379cfa2d9d3fa5a0248e 100644 (file)
@@ -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;
                *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"))
        else if (streq(buf, "dhcp"))
                *action = EVENT_ACTION_DHCP;
        else if (streq(buf, "boot"))