vswitchd: Avoid GCC warning.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Apr 2012 03:19:18 +0000 (20:19 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Apr 2012 03:19:18 +0000 (20:19 -0700)
commitfc67a92224a3e913b1d1d9640eaa74f4a4c7cb5d
treea8f8857af9a4ceb834c6fef434cf4d2f6ee1c71c
parente38e9c0b41e34c8adf89212e621d692768b9682f
vswitchd: Avoid GCC warning.

GCC 4.4.5 issues the following warning without this patch:

    bridge.c: In function ‘bridge_run’:
    bridge.c:2032: error: ‘database_changed’ may be used uninitialized in
    this function

I think it's unnecessary, but it doesn't hurt to always initialize this
variable.

Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/bridge.c