mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-10 18:56:33 +00:00
Fix a typo in the last commit
This commit is contained in:
parent
98855649c2
commit
861f935a70
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ FAR void *CNxServer::listener(FAR void *arg)
|
|||
|
||||
CNxServer *This = (CNxServer*)arg;
|
||||
|
||||
#ifdef CONFIG_TASK_NAME_SIZE > 0
|
||||
#if CONFIG_TASK_NAME_SIZE > 0
|
||||
prctl(PR_SET_NAME, "CNxServer::listener", 0);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue