Unix installation fixes
[shibboleth/sp.git] / shibsp / impl / XMLServiceProvider.cpp
index ad339fa..9d94401 100644 (file)
@@ -445,8 +445,8 @@ XMLApplication::XMLApplication(
         SPConfig& conf=SPConfig::getConfig();
 #ifndef SHIBSP_LITE
         SAMLConfig& samlConf=SAMLConfig::getConfig();
-#endif
         XMLToolingConfig& xmlConf=XMLToolingConfig::getConfig();
+#endif
 
         // This used to be an actual hash, but now it's just a hex-encode to avoid xmlsec.
         static char DIGITS[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'};