Skip to content

Commit 2bec646

Browse files
committed
rolling back a change
1 parent 8aa6fca commit 2bec646

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ def cmd_sessions(*args)
16131613
method = 'killall'
16141614
when "-d"
16151615
method = 'detach'
1616-
sid = val || nil
1616+
sid = val
16171617
# Run a script on all meterpreter sessions
16181618
when "-s"
16191619
unless script

0 commit comments

Comments
 (0)