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:
Mike Jerris
2017-02-09 17:23:30 -06:00
parent eb2862af5c
commit 2d312f38ac
31 changed files with 526 additions and 528 deletions
+1 -1
View File
@@ -1 +1 @@
Fri Dec 30 15:29:04 CST 2016
Thu Feb 9 17:36:33 CST 2017
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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;