diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-09-21 12:38:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-09-21 12:38:05 +0100 |
commit | f5c26fc39608aca98900da83bb3844f71d9d2ce1 (patch) | |
tree | 71af51e7cd3abc1a3afa81c64aa58e1617e7bde2 /contrib/librdns/dns_private.h | |
parent | ce2f8006a30476cde0e5ab87e1403b90e2514a0e (diff) | |
download | rspamd-f5c26fc39608aca98900da83bb3844f71d9d2ce1.tar.gz rspamd-f5c26fc39608aca98900da83bb3844f71d9d2ce1.zip |
[Fix] Another try to fix RDNS events processing logic
Issue: #971
MFH: true
Diffstat (limited to 'contrib/librdns/dns_private.h')
-rw-r--r-- | contrib/librdns/dns_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/librdns/dns_private.h b/contrib/librdns/dns_private.h index a198dc46d..d2d1c08a3 100644 --- a/contrib/librdns/dns_private.h +++ b/contrib/librdns/dns_private.h @@ -72,7 +72,8 @@ struct rdns_request { enum { RDNS_REQUEST_NEW = 0, RDNS_REQUEST_REGISTERED = 1, - RDNS_REQUEST_SENT, + RDNS_REQUEST_WAIT_SEND, + RDNS_REQUEST_WAIT_REPLY, RDNS_REQUEST_REPLIED } state; |