forked from justinpettit/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reported-by: Gur Stavi <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters