summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index 4448eaa345..5c32274d0a 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -1491,7 +1491,7 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req,
}
log_debug(LD_APP,
"socks4: successfully read destip (%s)",
- safe_str(tmpbuf));
+ safe_str_client(tmpbuf));
socks4_prot = socks4;
}