Skip to content

Commit

Permalink
ovsdb: Don't add ovsdb-server.c to libovsdb.
Browse files Browse the repository at this point in the history
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]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
shettyg committed Jul 18, 2014
1 parent 1817dce commit 6a92c6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,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]
Expand Down
1 change: 0 additions & 1 deletion ovsdb/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6a92c6f

Please sign in to comment.