ovsdb: Fix bug in "wait" command implementation.
authorBen Pfaff <blp@nicira.com>
Thu, 2 Sep 2010 17:06:42 +0000 (10:06 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 Sep 2010 16:39:54 +0000 (09:39 -0700)
commit1089aab7136612acb86cdcd638d7d2261311531a
tree3fd83d8de6da30932dbe50464107410e86c96648
parent00456ddda4110f7f75ea9f8a703b31c7f2df7649
ovsdb: Fix bug in "wait" command implementation.

The declaration of "error" that this commit removes shadowed an outer local
declaration of "error", which caused errors detected by this code not to be
propagated up to the outer level.

Found with GCC -Wshadow.
ovsdb/execution.c