summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_samdump.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-02 08:27:04 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-02 13:08:29 +0100
commitc005bbddb713c25f3201d6007e6ef1114084d041 (patch)
tree840095b9f7cda42c5c8539d7c9b1a1c2879b6724 /source4/libnet/libnet_samdump.c
parent58ca4d4e3184580fbd895cec80d01b01768ae378 (diff)
downloadsamba-c005bbddb713c25f3201d6007e6ef1114084d041.tar.gz
samba-c005bbddb713c25f3201d6007e6ef1114084d041.tar.bz2
samba-c005bbddb713c25f3201d6007e6ef1114084d041.zip
s4:libnet/: s/private/private_data
metze
Diffstat (limited to 'source4/libnet/libnet_samdump.c')
-rw-r--r--source4/libnet/libnet_samdump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/libnet/libnet_samdump.c b/source4/libnet/libnet_samdump.c
index e259d4df40..21361f1eca 100644
--- a/source4/libnet/libnet_samdump.c
+++ b/source4/libnet/libnet_samdump.c
@@ -103,14 +103,14 @@ static NTSTATUS vampire_samdump_handle_trusted_domain(TALLOC_CTX *mem_ctx,
return NT_STATUS_OK;
}
-static NTSTATUS libnet_samdump_fn(TALLOC_CTX *mem_ctx,
- void *private,
+static NTSTATUS libnet_samdump_fn(TALLOC_CTX *mem_ctx,
+ void *private_data,
enum netr_SamDatabaseID database,
struct netr_DELTA_ENUM *delta,
char **error_string)
{
NTSTATUS nt_status = NT_STATUS_OK;
- struct samdump_state *samdump_state = (struct samdump_state *)private;
+ struct samdump_state *samdump_state = (struct samdump_state *)private_data;
*error_string = NULL;
switch (delta->delta_type) {