This is a discussion on Re: clilist - Samba ; Jeremy Allison writes: > Can you do a debug level 10 and you should see this debug firing in > the client code: > > DEBUG(3,("received %d entries (eos=%d)\n", > ff_searchcount,ff_eos)); > > if this is reproducible for you it ...
Jeremy Allisonwrites:
> Can you do a debug level 10 and you should see this debug firing in
> the client code:
>
> DEBUG(3,("received %d entries (eos=%d)\n",
> ff_searchcount,ff_eos));
>
> if this is reproducible for you it should be easy to spot the problem.
> It doesnt' happen for me.
Yeah, I had that on earlier. I got entries: 34, 32, 30, eos: 0, 0, 1 which
all look fine, I think.
Derrell