[cpp-sp] 03/03: Fix syntax error

Scott Cantor cantor.2 at osu.edu
Wed Jun 8 12:14:05 EDT 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=8892f833578e85448a925382264075c6f46f07a6

commit 8892f833578e85448a925382264075c6f46f07a6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 8 12:13:58 2016 -0400

    Fix syntax error
---
 plugins/plugins.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp
index b277f7f..e212a3d 100644
--- a/plugins/plugins.cpp
+++ b/plugins/plugins.cpp
@@ -42,7 +42,7 @@ using namespace std;
 
 namespace shibsp {
     PluginManager<AccessControl,string,const DOMElement*>::Factory TimeAccessControlFactory;
-    PluginManager<Handler,string,pair<const DOMElement*,const char*>>::Factory AttributeResolverHandlerFactory;
+    PluginManager< Handler,string,pair<const DOMElement*,const char*> >::Factory AttributeResolverHandlerFactory;
     
 #ifndef SHIBSP_LITE
 # ifdef HAVE_GSSAPI_NAMINGEXTS

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list