We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaa8fe commit aaea1a9Copy full SHA for aaea1a9
1 file changed
www/attributequery.php
@@ -169,6 +169,6 @@ function sendQuery($dataId, $url, $nameId, $attributes, $attributeNameFormat,$sr
169
SimpleSAML_Logger::debug('[attributeaggregator] - sending attribute query: '.var_export($query,1));
170
$binding = new SAML2_SOAPClient();
171
172
- $result = $binding->send($query,$src);
+ $result = $binding->send($query, $src, $dst);
173
return $result;
174
}
0 commit comments