"dev" <dev-boun...@openvswitch.org> wrote on 22/10/2015 07:45:29 AM:
> 
> Add monito2 option to ovsdb-client. Sed ovsdb-client(1) manpage patch
> for details.
> 
> Signed-off-by: Andy Zhou <az...@nicira.com>
> ---
 ...
 
>  static void
> +monitor2_print_row(struct json *row, const char *type, const char 
*uuid,
> +                   const struct ovsdb_column_set *columns, struct table 
*t)
> +{
> +    if (!strcmp(type, "delete")) {
> +        if (row)  {

Should be: if (row->type != JSON_NULL) {

> +            ovs_error(0, "delete method does not expect <row>");
> +            return;
> +        }
> +


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to