[PR-54] fix mistake in merging of the old PR code.

This commit is contained in:
Adam Sutton 2012-11-28 19:46:27 +00:00
parent 592a38f9f2
commit c1cb274c09

View file

@ -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;