Add FIXME notice in mux select chan_dirty()
This commit is contained in:
parent
080d1df3e1
commit
76efd7c216
@ -195,8 +195,9 @@ mux_init(struct mux *mux,
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Mark the select channel as dirty, so it runs the select
|
||||
* callback even if it doesn't have a new value */
|
||||
/* FIXME: Mark the select channel as dirty, so it runs the select
|
||||
* callback even if it doesn't have a new value. This hack must be
|
||||
* removed when we get rid of the delayed connect. */
|
||||
if (chan_dirty(select) != 0) {
|
||||
err("chan_dirty failed");
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user