ovsdb: Don't add ovsdb-server.c to libovsdb.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Jul 2014 01:15:17 +0000 (18:15 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Jul 2014 17:23:43 +0000 (10:23 -0700)
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>
AUTHORS
ovsdb/automake.mk

diff --git a/AUTHORS b/AUTHORS
index da75b98..dab9d36 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -187,6 +187,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
index 404848e..5b7495c 100644 (file)
@@ -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 \