On Thu, Jul 24, 2014 at 11:46:07AM -0700, Nithin Raju wrote:
> On Windows, for a filename such as ..\conf.db, the name of the lockfile
> constructed by lockfile_name() turns out to be ...\conf.db.~lock~. This is
> not a valid path. The extra '.' added to make the file hidden does not work
> as expected if backslash ('\') is used for directory separation.
>
> A simple fix is to not use '.' on Windows to hide the file.
>
> Signed-off-by: Nithin Raju <[email protected]>
I think that lockfile_name() should just search for \ or /.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev