diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-14 15:57:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-15 08:20:37 +1100 |
commit | 41ba2f81895a8d7d0ccdd5bcbbf7a7d1f415ebaa (patch) | |
tree | b16a074a2587d80283448f479395f931d4d9bba2 | |
parent | f1bf262497d0a0f71bc52b0fac8c8aee8ecf13d9 (diff) | |
download | samba-41ba2f81895a8d7d0ccdd5bcbbf7a7d1f415ebaa.tar.gz samba-41ba2f81895a8d7d0ccdd5bcbbf7a7d1f415ebaa.tar.bz2 samba-41ba2f81895a8d7d0ccdd5bcbbf7a7d1f415ebaa.zip |
ldb: fixed display of replUpToDateVector
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index 43a10450d1..4d8af75a51 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -756,7 +756,7 @@ static int ldif_write_replUpToDateVector(struct ldb_context *ldb, void *mem_ctx, return ldif_write_NDR(ldb, mem_ctx, in, out, sizeof(struct replUpToDateVectorBlob), (ndr_pull_flags_fn_t)ndr_pull_replUpToDateVectorBlob, - (ndr_print_fn_t)ndr_print_replPropertyMetaDataBlob); + (ndr_print_fn_t)ndr_print_replUpToDateVectorBlob); } |