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 <[email protected]>
Reported-by: Gur Stavi <[email protected]>
---
 AUTHORS           |    1 +
 ovsdb/automake.mk |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 2467fcb..1d017d5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -169,6 +169,7 @@ Gordon Good             [email protected]
 Greg Dahlman            [email protected]
 Gregor Schaffrath       [email protected]
 Guolin Yang             [email protected]
+Gur Stavi               [email protected]
 Hassan Khan             [email protected]
 Hector Oron             [email protected]
 Henrik Amren            [email protected]
diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk
index 69e7900..59670ff 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 \
-- 
1.7.9.5

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to