ovs-xenserverd: Fix time-delay logic.
authorBen Pfaff <blp@nicira.com>
Thu, 3 Jun 2010 18:41:43 +0000 (11:41 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Jun 2010 17:10:03 +0000 (10:10 -0700)
commit169e3808f7c510a048589d8e658336919079a6a0
treeb85b2781c339529d7d3199b61ac2061cdbd49b20
parentbc31db1fef627145149241281f33a92025ae50d5
ovs-xenserverd: Fix time-delay logic.

network_uuid_refresh_run() needs to update pool_conf_mtime as soon as it
notices a change.  Otherwise it thinks that the mtime has changed every
time it is called and therefore never actually runs the refresh script.

Bug #2097.
xenserver/ovs-xenserverd.c