server: precise thread naming

This commit is contained in:
Thomas Schoebel-Theuer 2020-08-19 13:35:25 +02:00 committed by Thomas Schoebel-Theuer
parent c575f28fbe
commit c500183177

View File

@ -932,7 +932,7 @@ static int port_thread(void *data)
++cookie->thread_nr);
brick = (void*)mars_make_brick(server_global, NULL,
&server_brick_type,
"(none)",
ini_path,
ini_path);
brick_string_free(ini_path);
if (!brick) {