More explicit and better readability

thanks Sam!
bug/bundler_fix
sinn3r 2015-03-09 00:16:56 -05:00
parent a418410260
commit 9e5231f951
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Plugin::MSGRPC < Msf::Plugin
# If the run in foreground flag is not specified, then go ahead and fire
# it off in a worker thread.
if (opts['RunInForeground'] != true)
unless opts['RunInForeground'] == true
# Store a handle to the thread so we can kill it during
# cleanup when we get unloaded.
self.thread = Thread.new { run }