Looks good, thanks.

Ethan

On Wed, May 9, 2012 at 12:31 PM, Ben Pfaff <b...@nicira.com> wrote:
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
>  lib/odp-util.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/lib/odp-util.c b/lib/odp-util.c
> index 88986a2..ce45635 100644
> --- a/lib/odp-util.c
> +++ b/lib/odp-util.c
> @@ -534,7 +534,7 @@ parse_odp_action(const char *s, const struct shash 
> *port_names,
>             for (;;) {
>                 int retval;
>
> -                s += strspn(s, delimiters);
> +                n += strspn(s + n, delimiters);
>                 if (s[n] == ')') {
>                     break;
>                 }
> @@ -544,7 +544,6 @@ parse_odp_action(const char *s, const struct shash 
> *port_names,
>                     return retval;
>                 }
>                 n += retval;
> -
>             }
>             nl_msg_end_nested(actions, actions_ofs);
>             nl_msg_end_nested(actions, sample_ofs);
> --
> 1.7.2.5
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to