mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Fix compilation on Windows
(Bugfix on tests for #9288 fix; bug not in any released Tor)
This commit is contained in:
parent
3842c1f5c9
commit
5405688223
1 changed files with 3 additions and 3 deletions
|
@ -4477,9 +4477,9 @@ stream_status_to_string(enum stream_status stream_status)
|
|||
/** Return a smartlist containing lines outputted from
|
||||
* <b>handle</b>. Return NULL on error, and set
|
||||
* <b>stream_status_out</b> appropriately. */
|
||||
smartlist_t *
|
||||
tor_get_lines_from_handle(HANDLE *handle,
|
||||
enum stream_status *stream_status_out)
|
||||
MOCK_IMPL(smartlist_t *,
|
||||
tor_get_lines_from_handle, (HANDLE *handle,
|
||||
enum stream_status *stream_status_out))
|
||||
{
|
||||
int pos;
|
||||
char stdout_buf[600] = {0};
|
||||
|
|
Loading…
Add table
Reference in a new issue