mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
Fix warning
svn:r1409
This commit is contained in:
parent
b4a61d1ab1
commit
157cd7fe15
@ -322,7 +322,7 @@ static int directory_handle_command_get(connection_t *conn,
|
|||||||
|
|
||||||
log_fn(LOG_DEBUG,"Dumping directory to client.");
|
log_fn(LOG_DEBUG,"Dumping directory to client.");
|
||||||
snprintf(tmp, sizeof(tmp), "HTTP/1.0 200 OK\r\nContent-Length: %d\r\n\r\n%s",
|
snprintf(tmp, sizeof(tmp), "HTTP/1.0 200 OK\r\nContent-Length: %d\r\n\r\n%s",
|
||||||
dlen, cp);
|
(int)dlen, cp);
|
||||||
connection_write_to_buf(tmp, strlen(tmp), conn);
|
connection_write_to_buf(tmp, strlen(tmp), conn);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user