From: Gurucharan Shetty Date: Fri, 18 Jul 2014 01:15:17 +0000 (-0700) Subject: ovsdb: Don't add ovsdb-server.c to libovsdb. X-Git-Tag: v2.1.3~5 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=3f0588bfa5c4d427ddeab1db63ed256cc7abfe52 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 --- diff --git a/AUTHORS b/AUTHORS index 2467fcb9a..1d017d596 100644 --- a/AUTHORS +++ b/AUTHORS @@ -169,6 +169,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 69e790098..59670ff7f 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 \