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 <gshe...@nicira.com> Reported-by: Gur Stavi <gst...@mrv.com> --- 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 gg...@nicira.com Greg Dahlman gdahl...@hotmail.com Gregor Schaffrath gr...@net.t-labs.tu-berlin.de Guolin Yang gy...@vmware.com +Gur Stavi gst...@mrv.com Hassan Khan hassan.k...@seecs.edu.pk Hector Oron hector.o...@gmail.com Henrik Amren hen...@nicira.com 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 dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev