https://issues.shibboleth.net/jira/browse/SSPCPP-408
authorScott Cantor <cantor.2@osu.edu>
Tue, 29 Nov 2011 19:24:52 +0000 (19:24 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 29 Nov 2011 19:24:52 +0000 (19:24 +0000)
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