ovs-ofctl: Fixed PID file naming on windows
authorPaul Boca <pboca@cloudbasesolutions.com>
Wed, 8 Jun 2016 08:40:34 +0000 (08:40 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 14 Jun 2016 17:05:21 +0000 (10:05 -0700)
commit5b73d2c071d8ec2e8ec49fe4c14b6f9e4c379ca3
treefbc72997c11914f8d8cce09e1334b2b8ef530929
parentb243ee29a3867ce89d7cc220185705c7cda98a0f
ovs-ofctl: Fixed PID file naming on windows

On Windows if a relative file name is given to --pidfile parameter
(not containing ':') then the application name is used for PID file,
ignoring the given name.

Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/daemon-windows.c