Fix infinite loop in daemon if client quits with multiple streams open
The daemon loops over the linked list of streams when a client quits, closing any that the client hadn't already closed. Except it didn't ever move to the next element in the list! * daemon/stream.c: Fix loop over linked list of streams
Showing
想要评论请 注册 或 登录