On Mon, Nov 2, 2015 at 11:50 PM, Liran Schour <[email protected]> wrote:
> "dev" <[email protected]> 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 <[email protected]>
>> ---
> ...
>
>> 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
[email protected]
http://openvswitch.org/mailman/listinfo/dev