ovsdb-server: Correct Manager inactivity probe column name.
authorAndrew Evans <aevans@nicira.com>
Fri, 28 Jan 2011 01:47:30 +0000 (17:47 -0800)
committerAndrew Evans <aevans@nicira.com>
Fri, 28 Jan 2011 05:02:15 +0000 (21:02 -0800)
commitf441c1a854f243acf4a5abac4c3c612fe6937950
tree04fdc3b00fdabb0d1b644e2b08a5d09695d656b6
parentafde8bd6a6d9ec8207454dbd7a4b7a51b669c752
ovsdb-server: Correct Manager inactivity probe column name.

ovsdb-server tries to read from a column named 'probe_interval' in the Manager
table, but the column is actually named 'inactivity_probe', so a
user-configured probe interval will never be used.
ovsdb/ovsdb-server.c