]> git.proxmox.com Git - ovs.git/commit
unixctl: Use absolute paths on Windows too.
authorBen Pfaff <blp@ovn.org>
Tue, 24 Jul 2018 16:58:56 +0000 (09:58 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 3 Aug 2018 17:48:29 +0000 (10:48 -0700)
commit060e82cdcdba86744d96415444ca28921156db00
tree09e8b53afebe4926027611f708260fa73c1aa692
parent631762192b939e4571d44c818b4f5d2492100205
unixctl: Use absolute paths on Windows too.

When this case was adapted for Windows, asb_file_name() simply didn't work
at all there.  Now, it should work OK, and it seems like the right thing
to do, and it makes the code more straightforward too.

Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/unixctl.c