Fix a typo in the last commit
This commit is contained in:
parent
98855649c2
commit
861f935a70
@ -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…
Reference in New Issue
Block a user