diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 659b07b25..1199f7cc7 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -341,7 +341,7 @@ int connection_dns_process_inbuf(connection_t *conn) { dns_found_answer(conn->address, answer); free(conn->address); - conn->address = strdup("<idle>"); + conn->address = tor_strdup("<idle>"); conn->state = DNSWORKER_STATE_IDLE; num_dnsworkers_busy--; |