Fixes bug reported by Jérôme to the framework list.

git-svn-id: file:///home/svn/framework3/trunk@13776 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Tod Beardsley 2011-09-23 01:22:00 +00:00
parent ec6f290fbd
commit 00f21c08ae
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ class Db
end
end
next if (regx and e.fullname !~ /#{regx}/)
next if (regx and mod.fullname !~ /#{regx}/)
mod.datastore['RPORT'] = xport if xport
mod.datastore['RHOST'] = xhost