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 70054744f1..c4d4a363a5 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -145,7 +145,7 @@ static void purge_expired_resolves(uint32_t now) { static void send_resolved_cell(connection_t *conn, uint8_t answer_type) { char buf[RELAY_PAYLOAD_SIZE]; - int buflen; + size_t buflen; buf[0] = answer_type; |