give priv extension enough time to load

git-svn-id: file:///home/svn/framework3/trunk@11232 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2010-12-06 13:28:07 +00:00
parent d28cc9bb5a
commit c546cac029
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ def gethash()
begin
hash = ''
@client.core.use("priv")
select(nil, nil, nil, 3)
hashes = @client.priv.sam_hashes
hashes.each do |h|
hash << h.to_s+"\n"