Re: Abandon blocks even if appropriate "async" options are used

2002-04-25 Thread Dan Mosedale
"Devendra Badhani" <[EMAIL PROTECTED]> writes: > Hi Dan, > > Thanks for the prompt response. > > I think the problem is with passing the "async" > parameter in do_abandon funtion, while making a > call to "nsldapi_ber_flush" in abandon.c. Please > have a look at the attached file ( abandon.c

Re: LDAP connection

2002-04-25 Thread Dan Mosedale
hedi <[EMAIL PROTECTED]> writes: > Hi everybody, > > I am using C SDK 5.08 to access the Iplanet Directory server 4.1 and I'd > like to have a mechanism of call back (or any other event) in case of > deconnection (or anything similar) to be sure that my connection is > still valid before any read

Re: Abandon blocks even if appropriate "async" options are used

2002-04-25 Thread Devendra Badhani
Hi Dan, Thanks for the prompt response. I think the problem is with passing the "async" parameter in do_abandon funtion, while making a call to "nsldapi_ber_flush" in abandon.c. Please have a look at the attached file ( abandon.c), line no 230 thru 243. I am not fully sure if this was the ca