spaces at EOL in base

unstable
James Lee 2011-11-20 12:11:40 +11:00
parent e7a545c483
commit 9261d8ec25
4 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ class Logging
if (log_source_registered?(src) == false)
f = Rex::Logging::Sinks::Flatfile.new(
Msf::Config.log_directory + File::SEPARATOR + "#{src}.log")
register_log_source(src, f, level)
end
end
@ -74,9 +74,9 @@ class Logging
if (log_source_registered?(session.log_source) == false)
f = Rex::Logging::Sinks::Flatfile.new(
Msf::Config.session_log_directory + File::SEPARATOR + "#{session.log_file_name}.log")
register_log_source(session.log_source, f)
rlog("\n[*] Logging started: #{Time.now}\n\n", session.log_source)
end
end

View File

@ -65,5 +65,5 @@ protected
end
end
require 'msf/base/persistent_storage/flatfile'
require 'msf/base/persistent_storage/flatfile'

View File

@ -19,7 +19,7 @@ class Meterpreter_x86_Win < Msf::Sessions::Meterpreter
self.platform = 'x86/win32'
self.binary_suffix = 'dll'
end
def lookup_error(code)
Msf::WindowsError.description(code)
end

View File

@ -51,7 +51,7 @@ class VncInject
def register?
false
end
#
# Returns the session type as being 'vncinject'.
#