Syntax fix

Doh, missed one.
unstable
nmonkee 2012-11-22 09:57:08 +00:00
parent 79c0507077
commit 937e49378c
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ class Rex::Socket::Comm::Local
if ret and ret.length < 4 if ret and ret.length < 4
raise Rex::ConnectionProxyError.new(host, port, type, "Failed to receive a complete response from the proxy"), caller raise Rex::ConnectionProxyError.new(host, port, type, "Failed to receive a complete response from the proxy"), caller
end end
case
if ret =~ /NI_RTERR/ if ret =~ /NI_RTERR/
case ret case ret
when /timed out/ when /timed out/