From 16eb846fa5c9ef0b15eade917e0fe6a9bb3d8624 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 16 Jun 2008 13:49:05 +0200 Subject: net_vampire: use generic output filename and use correct argv element. Guenther (This used to be commit e0843e631e379645296a5fe34dfc83bc265ebef3) --- source3/libnet/libnet_samsync_ldif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libnet/libnet_samsync_ldif.c') diff --git a/source3/libnet/libnet_samsync_ldif.c b/source3/libnet/libnet_samsync_ldif.c index 448c7c153e..86de2ab253 100644 --- a/source3/libnet/libnet_samsync_ldif.c +++ b/source3/libnet/libnet_samsync_ldif.c @@ -1169,7 +1169,7 @@ NTSTATUS fetch_sam_entries_ldif(TALLOC_CTX *mem_ctx, status = ldif_init_context(mem_ctx, database_id, - ctx->ldif_filename, + ctx->output_filename, ctx->domain_sid_str, &ldif_ctx); if (!NT_STATUS_IS_OK(status)) { -- cgit