dssync: add clean_old_entries flag to dssync_ctx.
authorMichael Adam <obnox@samba.org>
Thu, 31 Jul 2008 22:09:28 +0000 (00:09 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:08:00 +0000 (16:08 +0200)
commit10225fbef737217d3e1b88bdfcbf4e62dff3cadd
tree3bf733c52de6344132002a52a6c9025670100d17
parent52fee9c87ac26fe2bcf4b4795b2c380cf7543c0f
dssync: add clean_old_entries flag to dssync_ctx.

Initialize it to false.
And pass it down to the libnet_keytab context in
libnet_dssync_keytab.c:keytab_startup().

Unused yet.

Michael

Note: This might not be not 100% clean design to put this into the
toplevel dssync context while it is keytab specific. But then, on the
other hand, other imaginable backends might want to use this flag, too...
(This used to be commit 12e884f227e240860e49f9e41d8c1f45e10ad3be)
source3/libnet/libnet_dssync.c
source3/libnet/libnet_dssync.h
source3/libnet/libnet_dssync_keytab.c