mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix postdescriptor behavior: on non-complete success, only say "done" once.
svn:r4073
This commit is contained in:
+1
-2
@@ -834,10 +834,9 @@ handle_control_postdescriptor(connection_t *conn, uint32_t len,
|
||||
break;
|
||||
case 1:
|
||||
send_control_done(conn);
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
|
||||
send_control_done(conn);
|
||||
return 0;
|
||||
}
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user