Increase the address option fields, supports IPv6 and hostnames now.

git-svn-id: file:///home/svn/framework3/trunk@5641 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-08-24 15:34:24 +00:00
parent 1fa95d6050
commit b6993ad46a
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ module Msf
@entry.set_text(default)
end
end
@entry.set_width_chars(15)
@entry.set_max_length(15)
@entry.set_width_chars(75)
@entry.set_max_length(128)
hbox.pack_start(@entry, false, false, 0)
end