Wrapped g_config in an anon. namespace
authorScott Cantor <cantor.2@osu.edu>
Fri, 13 Sep 2002 22:47:12 +0000 (22:47 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 13 Sep 2002 22:47:12 +0000 (22:47 +0000)
shib/ShibConfig.cpp

index be431b3..d481b55 100644 (file)
@@ -63,8 +63,9 @@
 #include <shib.h>
 using namespace shibboleth;
 
-
-ShibConfig g_config;
+namespace {
+    ShibConfig g_config;
+}
 
 bool ShibConfig::init()
 {