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:
Ask Bjørn Hansen 2007-07-31 00:06:15 +00:00
parent f1281afe99
commit 86c0d8d95e
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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 {