Skip to content

Commit

Permalink
Missing fields for async server.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@799 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
John Peacock committed Sep 25, 2007
1 parent 0be3400 commit a6f5eb6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/Qpsmtpd/PollServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ use fields qw(
_commands
_config_cache
_connection
_transaction
_test_mode
_extras
_connection_count
_continuation
_extras
_id
_test_mode
_transaction
_transaction_count
);
use Qpsmtpd::Constants;
use Qpsmtpd::Address;
Expand Down

0 comments on commit a6f5eb6

Please sign in to comment.