https://issues.shibboleth.net/jira/browse/SSPCPP-408
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 29 Nov 2011 19:24:52 +0000 (19:24 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 29 Nov 2011 19:24:52 +0000 (19:24 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3547 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/impl/XMLServiceProvider.cpp

index fbf6e43..e65dc87 100644 (file)
@@ -1623,7 +1623,7 @@ const Handler* XMLApplication::getAssertionConsumerServiceByProtocol(const XMLCh
                 return *j;
         }
     }
-    return m_base ? m_base->getAssertionConsumerServiceByProtocol(protocol) : nullptr;
+    return m_base ? m_base->getAssertionConsumerServiceByProtocol(protocol, binding) : nullptr;
 }
 
 const vector<const Handler*>& XMLApplication::getAssertionConsumerServicesByBinding(const XMLCh* binding) const