moved array definition to avoid error

bug/bundler_fix
root 2015-03-07 12:57:44 -05:00
parent fac777da3d
commit 5b25ba5df3
1 changed files with 1 additions and 1 deletions

View File

@ -73,8 +73,8 @@ class Metasploit4 < Msf::Auxiliary
attr_accessor :password_only
def run_host(ip)
un_list = []
if datastore['GET_USERNAMES_FROM_CONFIG']
un_list = []
connect()
get_username_from_config(un_list,ip)
disconnect()