Fixed bug
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11888 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
555bea6d40
commit
3f7504cf91
|
@ -313,7 +313,7 @@ static THD_FUNCTION(TsSockSkelDaemon, arg) {
|
|||
l_bind(skreqp);
|
||||
break;
|
||||
case STUB_OP_LISTEN:
|
||||
l_bind(skreqp);
|
||||
l_listen(skreqp);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue