Xen: Fixes for core handling configuration
authorJustin Pettit <jpettit@nicira.com>
Tue, 9 Jun 2009 22:46:50 +0000 (15:46 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 10 Jun 2009 01:22:23 +0000 (18:22 -0700)
commitae825abbe74bce987fdeb814f95c0ae99472b5e8
treee240285eb50985aaf9d4597285c4c9bb64cf7b2e
parentb44508095d18f64ca277cca3137c671d07efb594
Xen: Fixes for core handling configuration

An improper string comparison operator was used to check whether
FORCE_COREFILES was enabled.  Further, the check to enable core files
was only down when vswitch was started, and not when restarted.

Thanks to Ben for help debugging the issue.
xenserver/etc_init.d_vswitch