Holger Hans Peter Freyther wrote:
src/input/misdn.c
static int _mi_e1_line_update(struct e1inp_line *line)
this function is not closing the 'sk' filedescriptor which is of type
sk = socket(PF_ISDN, SOCK_RAW, ISDN_P_BASE);
do we need to keep this one open or is this is a bug? Pablo and me
currently do not have a mISDN setup, so we can not easily answer this
question right now.
hi holger,
the socket is only used to get information about isdn interfaces, so it
shall be closed, if not used anymore. your patch looks good to me.
best regards,
andreas