Changed the memory implementation of --delay-updates so that it
authorWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 20:55:24 +0000 (20:55 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 20:55:24 +0000 (20:55 +0000)
only allocates memory to store needed bits, it sparsely allocates
the bits in 16KB chunks, and the bit-finding loop works in a more
efficient manner.


No differences found