diff options
author | David Goulet <dgoulet@torproject.org> | 2024-10-21 12:03:54 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-10-21 12:03:54 -0400 |
commit | 26c069089b3ec5a0f278e5922b643de455f36af0 (patch) | |
tree | b808f48bded8151fc53e89a6c5d46705a61bf87f /src/core/or/or.h | |
parent | 8f43b97895c2fb3179a83b4535c5fc2a97d75998 (diff) | |
download | tor-26c069089b3ec5a0f278e5922b643de455f36af0.tar.gz tor-26c069089b3ec5a0f278e5922b643de455f36af0.zip |
Revert "Handle empty DNS reply without error as NOERROR"
Closes #40984
This reverts commit 3d2f7c3467e7aff545d8e22ffd4153d7598c6d7c.
Diffstat (limited to 'src/core/or/or.h')
-rw-r--r-- | src/core/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/or.h b/src/core/or/or.h index c736d37fb9..088c45342b 100644 --- a/src/core/or/or.h +++ b/src/core/or/or.h @@ -301,7 +301,6 @@ struct curve25519_public_key_t; #define RESOLVED_TYPE_IPV6 6 #define RESOLVED_TYPE_ERROR_TRANSIENT 0xF0 #define RESOLVED_TYPE_ERROR 0xF1 -#define RESOLVED_TYPE_NOERROR 0xF2 /* Negative reasons are internal: we never send them in a DESTROY or TRUNCATE * call; they only go to the controller for tracking */ |