mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add a missing comma in tor_check_port_forwarding
My fault; fix for bug 4213.
This commit is contained in:
parent
19f1d3e331
commit
6a673ad313
@ -3977,7 +3977,7 @@ tor_check_port_forwarding(const char *filename, int dir_port, int or_port,
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
/* Passing NULL as lpApplicationName makes Windows search for the .exe */
|
||||
tor_spawn_background(NULL, argv, NULL &child_handle);
|
||||
tor_spawn_background(NULL, argv, NULL, &child_handle);
|
||||
#else
|
||||
tor_spawn_background(filename, argv, NULL, &child_handle);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user