mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote branch 'origin/maint-0.2.2'
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ cpuworker_main(void *data)
|
||||
for (;;) {
|
||||
ssize_t r;
|
||||
|
||||
if ((r = recv(fd, &question_type, 1, 0)) != 1) {
|
||||
if ((r = recv(fd, (void *)&question_type, 1, 0)) != 1) {
|
||||
// log_fn(LOG_ERR,"read type failed. Exiting.");
|
||||
if (r == 0) {
|
||||
log_info(LD_OR,
|
||||
|
||||
Reference in New Issue
Block a user