[PR-54] fix mistake in merging of the old PR code.
This commit is contained in:
parent
592a38f9f2
commit
c1cb274c09
1 changed files with 1 additions and 1 deletions
|
@ -2170,7 +2170,7 @@ cwc_service_start(service_t *t)
|
|||
#endif
|
||||
ct->cs_cwc = cwc;
|
||||
ct->cs_service = t;
|
||||
ct->cs_okchannel = -1;
|
||||
ct->cs_okchannel = -3;
|
||||
|
||||
td = &ct->cs_head;
|
||||
td->td_stop = cwc_service_destroy;
|
||||
|
|
Loading…
Add table
Reference in a new issue