From: Matthias A. <mat...@gm...> - 2009-01-23 10:01:25
|
Matthias Andree schrieb am 2009-01-23: > > 2) Everything is duplicated in the scratchlist even for UID entries we > > should know about so I added a boolean flag to skips duplicates. > > Otherwise when the UID file is written it'll include oldlist plus > > duplicates in scratchlist. Is it supposed to duplicate everything into > > the scratchlist for some reason? This isn't a functional problem, but it > > does waste memory and disk space if you're thinking about large deployments. > > This appears to be a side effect of your commenting out the "break;", > since the for loop you made complete now terminates with uid == NULL. Read that as "ctl == NULL". -- Matthias Andree |