Skip to content

Commit 8022294

Browse files
committed
Fix bug with -s flag
1 parent 4f3ee6d commit 8022294

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def cmd_add_data_service(*args)
110110
port = args.shift
111111
when '-s', '--ssl'
112112
protocol = "https"
113-
args.shift
114113
else
115114
host = arg
116115
end

0 commit comments

Comments
 (0)