Rescue if priv is not available

git-svn-id: file:///home/svn/framework3/trunk@10848 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-10-30 19:37:01 +00:00
parent ca21c6df15
commit 9432991951
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module MeterpreterOptions
end end
=end =end
session.load_priv session.load_priv rescue nil
end end