Skip to content

Commit ef21605

Browse files
committed
Land rapid7#4703, IAX2 self.debugging for dprint
Needs to be set for iaxrecord.rb -d to work.
2 parents 54a5dd6 + 0ba3442 commit ef21605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rex/proto/iax2/client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize(uopts={})
3434
self.server_port = opts[:server_port]
3535
self.username = opts[:username]
3636
self.password = opts[:password]
37+
self.debugging = opts[:debugging]
3738

3839
self.sock = Rex::Socket::Udp.create(
3940
'PeerHost' => self.server_host,

0 commit comments

Comments
 (0)