summaryrefslogtreecommitdiffstats
path: root/source4/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-02 10:14:32 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-02 13:08:50 +0100
commite5e0a064853ff5cd7f9bea0d9a6db8a0ae497635 (patch)
tree873861de1679abe349f44795010cf6bbea4bc065 /source4/libcli
parent62c8f6b1a57e3f03965358e5b6c3e55eeb7aaa8b (diff)
downloadsamba-e5e0a064853ff5cd7f9bea0d9a6db8a0ae497635.tar.gz
samba-e5e0a064853ff5cd7f9bea0d9a6db8a0ae497635.tar.xz
samba-e5e0a064853ff5cd7f9bea0d9a6db8a0ae497635.zip
s4:wrepl_request: s/private/private_data
metze
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/wrepl/winsrepl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wrepl/winsrepl.h b/source4/libcli/wrepl/winsrepl.h
index 738ba391eb2..ec1fb6bb593 100644
--- a/source4/libcli/wrepl/winsrepl.h
+++ b/source4/libcli/wrepl/winsrepl.h
@@ -82,7 +82,7 @@ struct wrepl_request {
struct {
void (*fn)(struct wrepl_request *);
- void *private;
+ void *private_data;
} async;
};