On Mon, Nov 2, 2015 at 11:50 PM, Liran Schour <lir...@il.ibm.com> wrote:
> "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) {
>
Yes, that's a bug. Thanks for catching it!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev