Fix name of factory function.
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 28 Mar 2011 23:16:26 +0000 (23:16 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 28 Mar 2011 23:16:26 +0000 (23:16 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3415 cb58f699-b61c-0410-a6fe-9272a202ed29

plugins/GSSAPIAttributeExtractor.cpp

index 44aaa12..24708dd 100644 (file)
@@ -128,7 +128,7 @@ namespace shibsp {
     #pragma warning( pop )
 #endif
 
-    AttributeExtractor* GSSAPIAttributeExtractorFactory(const DOMElement* const & e)
+    AttributeExtractor* GSSAPIExtractorFactory(const DOMElement* const & e)
     {
         return new GSSAPIExtractor(e);
     }