Signed-off-by: Joe Stringer <[email protected]>
---
lib/odp-util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/odp-util.c b/lib/odp-util.c
index 1dc63ef..215a858 100644
--- a/lib/odp-util.c
+++ b/lib/odp-util.c
@@ -2756,7 +2756,7 @@ parse_odp_key_mask_attr(const char *s, const struct simap
*port_names,
for (;;) {
int retval;
- s += strspn(s, ", \t\r\n");
+ s += strspn(s, delimiters);
if (!*s) {
return -EINVAL;
} else if (*s == ')') {
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev