[ovs-dev] [PATCH] ovs-vsctl: Add "show" command for printing an overview of configuration.

Ethan Jackson ethan at nicira.com
Mon May 23 22:38:24 UTC 2011


> +    ds_put_format(&ctx->output, "%s ", show->table->name);
> +    if (show && show->name_column) {

Here you check if show is NULL, but dereference it the line before.

Otherwise looks good.
Ethan



More information about the dev mailing list