dssync: add clean_old_entries flag to dssync_ctx.
commit12e884f227e240860e49f9e41d8c1f45e10ad3be
authorMichael Adam <obnox@samba.org>
Thu, 31 Jul 2008 22:09:28 +0000 (1 00:09 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:08:00 +0000 (1 16:08 +0200)
tree932f4d0bff8aebf619b4028bd8c9d5e8ef149f53
parenta5f4e3ad95c26064881918f3866efa7556055a8f
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...
source/libnet/libnet_dssync.c
source/libnet/libnet_dssync.h
source/libnet/libnet_dssync_keytab.c