mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +00:00
Merge pull request #2947 from mjstapp/fix_os_name
lib: fix use of frrpthread os_name
This commit is contained in:
commit
a91a5dcdd6
@ -332,7 +332,7 @@ static void *fpt_run(void *arg)
|
||||
|
||||
fpt->master->handle_signals = false;
|
||||
|
||||
if (fpt->os_name)
|
||||
if (fpt->os_name[0])
|
||||
frr_pthread_set_name(fpt, NULL, fpt->os_name);
|
||||
|
||||
frr_pthread_notify_running(fpt);
|
||||
|
Loading…
Reference in New Issue
Block a user