mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add a missing comma in tor_check_port_forwarding
My fault; fix for bug 4213.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user