Make sure that an IP is provided

git-svn-id: file:///home/svn/framework3/trunk@10901 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2010-11-04 18:42:36 +00:00
parent cabfd0c2f2
commit 13a93d41f6
1 changed files with 1 additions and 2 deletions

View File

@ -142,7 +142,6 @@ if multi_ip
end
end
else
payload = create_payload(payload_type,lhost,lport)
inject(pid,payload)
print_error("You must provide at least one IP!")
end