mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r13820@catbus: nickm | 2007-07-18 16:07:30 -0400
Whitespace fix on r10849 svn:r10872
This commit is contained in:
+1
-1
@@ -825,7 +825,7 @@ dns_cancel_pending_resolve(const char *address)
|
||||
if (!resolve)
|
||||
return;
|
||||
|
||||
if(resolve->state != CACHE_STATE_PENDING) {
|
||||
if (resolve->state != CACHE_STATE_PENDING) {
|
||||
log_notice(LD_BUG,"Address %s is not pending (state %d). Dropping.",
|
||||
escaped_safe_str(address), resolve->state);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user