[shibboleth-sp2] 50/89: Fix syntax error

Ferenc Wágner wferi at moszumanska.debian.org
Thu Sep 1 09:24:08 UTC 2016


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

wferi pushed a commit to branch master
in repository shibboleth-sp2.

commit 8892f833578e85448a925382264075c6f46f07a6
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list