summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-30 17:53:28 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:07:58 +0200
commit9d12511e45a48eae0064c35501402aa0572261d7 (patch)
tree852353b1e22a1a46a09f52c848d3b03c51e2d542 /source3/libnet/libnet_dssync.h
parent5330164ec4f40d7b9731a2d60643432c226ffc03 (diff)
downloadsamba-9d12511e45a48eae0064c35501402aa0572261d7.tar.gz
samba-9d12511e45a48eae0064c35501402aa0572261d7.tar.bz2
samba-9d12511e45a48eae0064c35501402aa0572261d7.zip
libnet dssync: rename flag single to single_object_replication
So that it is more obvious what this controls. Michael (This used to be commit 2360f0a19f0fb89798b814a02cfca335a4a35b6d)
Diffstat (limited to 'source3/libnet/libnet_dssync.h')
-rw-r--r--source3/libnet/libnet_dssync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h
index 064763d589..c9804fb953 100644
--- a/source3/libnet/libnet_dssync.h
+++ b/source3/libnet/libnet_dssync.h
@@ -35,7 +35,7 @@ struct dssync_context {
const char *dns_domain_name;
struct rpc_pipe_client *cli;
const char *nc_dn;
- bool single;
+ bool single_object_replication;
bool force_full_replication;
uint32_t object_count;
const char **object_dns;