diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-29 11:37:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-29 11:37:56 +0100 |
commit | 430f98cb1e35e925f6b3ca54375411ff67e8895b (patch) | |
tree | 57577a6d461dfc8c05fee030a4a3a231a3204b05 /test/confs | |
parent | 6286d7c431cce300d03403b63e16ba34fab41f1e (diff) |
Fix tpda tcp:connect testcase
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5700 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/5700 b/test/confs/5700 index 65a1b59ba..0e9fd1d3f 100644 --- a/test/confs/5700 +++ b/test/confs/5700 @@ -22,7 +22,7 @@ begin acl ev_tcp: accept condition = ${if eq {$tpda_event}{tcp:connect}} - logwrite = . [$host_address]:$sending_port + logwrite = . [$host_address]:$host_port accept condition = ${if eq {$tpda_event}{tcp:close}} logwrite = . [$sending_ip_address] -> \ [$host_address]:$host_port |