We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5698eb commit e4e9609Copy full SHA for e4e9609
modules/auxiliary/admin/upnp/soap_portmapping.rb
@@ -86,7 +86,7 @@ def soap_action
86
87
def build_soap
88
builder = ::Nokogiri::XML::Builder.new do |xml|
89
- xml['SOAP-ENV'].Envelope("xmlns:SOAP-ENV" => 'http://schemas.xmlsoap.org/soap/envelope', 'SOAP-ENV:encodingStyle' => 'http://schemas.xmlsoap.org/soap/encoding/') do
+ xml['SOAP-ENV'].Envelope('xmlns:SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope', 'SOAP-ENV:encodingStyle' => 'http://schemas.xmlsoap.org/soap/encoding/') do
90
xml['SOAP-ENV'].Body do
91
xml['m'].send(soap_action, 'xmlns:m' => 'urn:schemas-upnp-org:service:WANIPConnection:1') do
92
case action.name
0 commit comments