ovsdb: Fix bug in "wait" command implementation.
authorBen Pfaff <blp@nicira.com>
Thu, 2 Sep 2010 17:06:42 +0000 (10:06 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 5 Oct 2010 23:43:12 +0000 (16:43 -0700)
commit083d5565bb3dc5471affa1b490311c8980be7857
tree161643046e8d9fa3d267a4f2cb95f2f23bc70344
parent04f796a8393016cb274720438f078f3290bd099c
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