[SSSD] [PATCH] Ensure that fds are only added once in the sbus

2009-08-26 Thread Stephen Gallagher
There were cases that we we were mishandling where D-BUS would try to send us the same file descriptor when changing events. Instead of trying to blindly add a new event (which caused an EEXIST error in epoll), we will remove the old tevent_fd and add the new one. Also, we were trying to be too

Re: [SSSD] [PATCH] Ensure that fds are only added once in the sbus

2009-08-26 Thread Simo Sorce
On Wed, 2009-08-26 at 15:51 -0400, Stephen Gallagher wrote: There were cases that we we were mishandling where D-BUS would try to send us the same file descriptor when changing events. Instead of trying to blindly add a new event (which caused an EEXIST error in epoll), we will remove the old