Re: [patch] HEAD winbindd_cm.c mutex bug

2003-01-14 Thread Martin Pool
On 10 Jan 2003, Andrew Bartlett [EMAIL PROTECTED] wrote: I think that the connection mutex should be sorted out in cli_full_connection(), rather than in individual apps. Then we can grab the mutex for netlogon when operating on that pipe, but I really think that end should be separate. Yes,

Re: [patch] HEAD winbindd_cm.c mutex bug

2003-01-10 Thread Andrew Bartlett
On Fri, 2003-01-10 at 15:59, Martin Pool wrote: This patch is meant to fix the case where we repeatedly fail to acquire the mutex for opening the connection. At the moment the code proceeds with neither the new_conn- or result variables initialized, which I'm pretty sure is a bug. I don't

[patch] HEAD winbindd_cm.c mutex bug

2003-01-09 Thread Martin Pool
This patch is meant to fix the case where we repeatedly fail to acquire the mutex for opening the connection. At the moment the code proceeds with neither the new_conn- or result variables initialized, which I'm pretty sure is a bug. I don't know if this is the most appropriate status code but