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.3~19 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=0576917efd8ad74b656c66a8bf680d696d9cce75 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 da75b98d9..dab9d3613 100644 --- 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 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 \