Re: [ovs-dev] [PATCH] ovsdb: Don't add ovsdb-server.c to libovsdb.

2014-07-18 Thread Ben Pfaff
On Thu, Jul 17, 2014 at 06:31:28PM -0700, Gurucharan Shetty wrote: > Without this change, with shared libraries, VLOG > constructor for ovsdb-server would get called twice corrupting > the 'vlog_modules' list causing an infinite loop. > > Signed-off-by: Gurucharan Shetty > Reported-by: Gur Stavi

[ovs-dev] [PATCH] ovsdb: Don't add ovsdb-server.c to libovsdb.

2014-07-17 Thread Gurucharan Shetty
Without this change, with shared libraries, VLOG constructor for ovsdb-server would get called twice corrupting the 'vlog_modules' list causing an infinite loop. Signed-off-by: Gurucharan Shetty Reported-by: Gur Stavi --- AUTHORS |1 + ovsdb/automake.mk |1 - 2 files changed,