From 6a92c6f079f7f19c6a46d167af16ff600d3023d0 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Thu, 17 Jul 2014 18:15:17 -0700 Subject: [PATCH] ovsdb: Don't add ovsdb-server.c to libovsdb. 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 Acked-by: Ben Pfaff --- AUTHORS | 1 + ovsdb/automake.mk | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 53de750b8..3e97bbe0a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -195,6 +195,7 @@ Gordon Good ggood@nicira.com Greg Dahlman gdahlman@hotmail.com Gregor Schaffrath grsch@net.t-labs.tu-berlin.de Guolin Yang gyang@vmware.com +Gur Stavi gstavi@mrv.com Hassan Khan hassan.khan@seecs.edu.pk Hector Oron hector.oron@gmail.com Henrik Amren henrik@nicira.com diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk index 404848e1b..5b7495c3e 100644 --- a/ovsdb/automake.mk +++ b/ovsdb/automake.mk @@ -15,7 +15,6 @@ ovsdb_libovsdb_la_SOURCES = \ ovsdb/log.h \ ovsdb/mutation.c \ ovsdb/mutation.h \ - ovsdb/ovsdb-server.c \ ovsdb/ovsdb.c \ ovsdb/ovsdb.h \ ovsdb/query.c \ -- 2.20.1