Make connection->local_ip available from the Apache transport (Peter Eisch)
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@761 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
f1281afe99
commit
86c0d8d95e
5
Changes
5
Changes
@ -1,3 +1,8 @@
|
||||
0.41
|
||||
|
||||
Make connection->local_ip available from the Apache transport (Peter Eisch)
|
||||
|
||||
|
||||
0.40 - June 11, 2007
|
||||
|
||||
Add async server - uses epoll/kqueue/poll where available. (Matt Sergeant)
|
||||
|
@ -62,7 +62,9 @@ sub start_connection {
|
||||
remote_info => $remote_info,
|
||||
remote_ip => $remote_ip,
|
||||
remote_host => $remote_host,
|
||||
@_);
|
||||
local_ip => $opts{conn}->local_ip,
|
||||
@_
|
||||
);
|
||||
}
|
||||
|
||||
sub config {
|
||||
|
Loading…
Reference in New Issue
Block a user