Re: [ovs-dev] [PATCH] ovsdb: Do not look for symbolic links for db creation.

2014-03-13 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 11:21:15AM -0700, Gurucharan Shetty wrote: > We start with not supporting symbolic links for database > creation in Windows. > > Signed-off-by: Gurucharan Shetty Would you mind adding "in Windows" to the subject line? At first I thought this removed a feature. Acked-by:

[ovs-dev] [PATCH] ovsdb: Do not look for symbolic links for db creation.

2014-03-12 Thread Gurucharan Shetty
We start with not supporting symbolic links for database creation in Windows. Signed-off-by: Gurucharan Shetty --- ovsdb/log.c |4 1 file changed, 4 insertions(+) diff --git a/ovsdb/log.c b/ovsdb/log.c index 807b983..48fa847 100644 --- a/ovsdb/log.c +++ b/ovsdb/log.c @@ -91,6 +91,7 @@