mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-10025: fix global symbol scope issue causing modules to use another modules global pointer
Conflicts: libs/sofia-sip/.update
This commit is contained in:
@@ -1 +1 @@
|
||||
Fri Dec 30 15:29:04 CST 2016
|
||||
Thu Feb 9 17:36:33 CST 2017
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define WS_NOBLOCK 0
|
||||
|
||||
#define SHA1_HASH_SIZE 20
|
||||
struct ws_globals_s ws_globals;
|
||||
static struct ws_globals_s ws_globals;
|
||||
|
||||
#ifndef WSS_STANDALONE
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ struct ws_globals_s {
|
||||
char key[512];
|
||||
};
|
||||
|
||||
extern struct ws_globals_s ws_globals;
|
||||
//extern struct ws_globals_s ws_globals;
|
||||
|
||||
#ifndef WIN32
|
||||
typedef int ws_socket_t;
|
||||
|
||||
Reference in New Issue
Block a user