Re: Problems on accessing Windows network resources

2003-07-12 Thread Corinna Vinschen
Hi Pierre, On Fri, Jul 11, 2003 at 08:02:53PM -0400, Pierre A. Humblet wrote: > 2003-07-12 Pierre Humblet <[EMAIL PROTECTED]> > > * cygheap.h (enum impersonation): Delete. > (cygheap_user::impersonation_state): Delete. > (cygheap_user::current_token): New. > (cygheap_use

Re: Problems on accessing Windows network resources

2003-07-12 Thread Pierre A. Humblet
At 10:31 AM 7/12/2003 +0200, Corinna Vinschen wrote: >thanks for the patch but it has a problem. You're comparing tokens against >NULL while the correct "NULL" value for tokens is INVALID_HANDLE_VALUE. Corinna, That's by design, using of Chris' astute observations. As he once pointed out, INVA

Re: Problems on accessing Windows network resources

2003-07-12 Thread Corinna Vinschen
On Sat, Jul 12, 2003 at 09:37:37AM -0400, Pierre A. Humblet wrote: > At 10:31 AM 7/12/2003 +0200, Corinna Vinschen wrote: > > >thanks for the patch but it has a problem. You're comparing tokens against > >NULL while the correct "NULL" value for tokens is INVALID_HANDLE_VALUE. > > Corinna, > >

Re: Problems on accessing Windows network resources

2003-07-12 Thread Igor Pechtchanski
On Sat, 12 Jul 2003, Corinna Vinschen wrote: > On Sat, Jul 12, 2003 at 09:37:37AM -0400, Pierre A. Humblet wrote: > > At 10:31 AM 7/12/2003 +0200, Corinna Vinschen wrote: > > > > >thanks for the patch but it has a problem. You're comparing tokens against > > >NULL while the correct "NULL" value f