summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-07-17 18:15:17 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-07-18 10:24:32 -0700
commit8500b4e81925dc3921547a228ecc1af91aa2f9bf (patch)
treeef2bfc85ce3fc58cf343c04ae5bb25af70992892
parent6caee45ccab27e9a1b1d2a1aafcbe0d261966456 (diff)
downloadopenvswitch-8500b4e81925dc3921547a228ecc1af91aa2f9bf.tar.gz
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 <gshetty@nicira.com> Reported-by: Gur Stavi <gstavi@mrv.com> Acked-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--AUTHORS1
-rw-r--r--ovsdb/automake.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 07960ed25..66ea82dfa 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -183,6 +183,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 \