On Wed, Nov 02, 2011 at 11:53:39PM -0700, Justin Pettit wrote:
>      file = fopen(argv[1], "r");
>      if (file == NULL) {
> -        ovs_fatal(errno, "%s: open", argv[2]);
> +        ovs_fatal(errno, "%s: open", argv[1]);
>      }

Looks good, thank you.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to