massive removal of spaces at EOL and some bad tabs

This commit is contained in:
James Lee
2011-11-20 12:32:06 +11:00
parent 9261d8ec25
commit bf105f48cb
75 changed files with 487 additions and 488 deletions
+3 -3
View File
@@ -125,12 +125,12 @@ protected
print_status("#{cli.peerhost}:#{cli.peerport} Request received for #{req.relative_resource}...")
lhost = datastore['LHOST']
# Default to our own IP if the user specified 0.0.0.0 (pebkac avoidance)
# Default to our own IP if the user specified 0.0.0.0 (pebkac avoidance)
if lhost.empty? or lhost == '0.0.0.0'
lhost = Rex::Socket.source_address(cli.peerhost)
end
# Process the requested resource.
case req.relative_resource
when /^\/INITJM/