vserver 1.9.5.x5
[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;
                }