mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-10025: fix global symbol scope issue causing modules to use another modules global pointer
This commit is contained in:
@@ -1 +1 @@
|
||||
Thu Dec 22 16:13:33 CST 2016
|
||||
Thu Feb 9 16:42:05 CST 2017
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#define WS_WRITE_SANITY 2000
|
||||
|
||||
#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