X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=namedev_parse.c;h=33e0c89e2218676086b826c9c92e8ef140cf514f;hb=7591c18a8f3460d3e7cab85d02915c4b51638b5c;hp=9cd96a62241aac98cec0b19495dc69b031fd5167;hpb=4868e8fba7fda5074fc7d64f4f22236127afc3c8;p=elogind.git diff --git a/namedev_parse.c b/namedev_parse.c index 9cd96a622..33e0c89e2 100644 --- a/namedev_parse.c +++ b/namedev_parse.c @@ -158,6 +158,10 @@ int namedev_init_rules(void) lineno++; dbg_parse("read '%s'", temp); + /* eat the whitespace */ + while (isspace(*temp)) + ++temp; + /* empty line? */ if (*temp == 0x00) continue; @@ -166,10 +170,6 @@ int namedev_init_rules(void) if (*temp == COMMENT_CHARACTER) continue; - /* eat the whitespace */ - while (isspace(*temp)) - ++temp; - memset(&dev, 0x00, sizeof(struct config_device)); /* get the method */