Re: bug or typo in smbd/service.c: make_connection_snum(line 530)?

2003-03-11 Thread Chere Zhou
Thanks for the explanation. That helps. On Tuesday 11 March 2003 12:52 am, Andrew Bartlett wrote: > On Tue, 2003-03-11 at 12:16, Chere Zhou wrote: > > The block reads: > > > > if (conn->force_user || conn->force_group) { > > > > /* groups stuff added by ih */ > >

Re: bug or typo in smbd/service.c: make_connection_snum(line 530)?

2003-03-11 Thread Andrew Bartlett
On Tue, 2003-03-11 at 12:16, Chere Zhou wrote: > The block reads: > > if (conn->force_user || conn->force_group) { > > /* groups stuff added by ih */ > conn->ngroups = 0; > conn->groups = NULL; > > /* Find all the groups thi

bug or typo in smbd/service.c: make_connection_snum(line 530)?

2003-03-10 Thread Chere Zhou
The block reads: if (conn->force_user || conn->force_group) { /* groups stuff added by ih */ conn->ngroups = 0; conn->groups = NULL; /* Find all the groups this uid is in and store them. Used by change_to_