Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / lib / parser.c
index 761a57a..7ad2a48 100644 (file)
@@ -47,6 +47,7 @@ static int match_one(char *s, char *p, substring_t args[])
                else if (*p == '%') {
                        if (*s++ != '%')
                                return 0;
+                       p++;
                        continue;
                }