FS-10025: fix global symbol scope issue causing modules to use another modules global pointer

This commit is contained in:
Mike Jerris
2017-02-09 17:23:30 -06:00
parent c125ab7315
commit a3ee7595bb
31 changed files with 526 additions and 528 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#endif
#define SHA1_HASH_SIZE 20
struct globals_s globals;
static struct globals_s globals;
#ifndef WSS_STANDALONE