diff options
author | Michael Adam <obnox@samba.org> | 2008-07-30 17:53:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-01 16:07:58 +0200 |
commit | 9d12511e45a48eae0064c35501402aa0572261d7 (patch) | |
tree | 852353b1e22a1a46a09f52c848d3b03c51e2d542 /source3/libnet/libnet_dssync.h | |
parent | 5330164ec4f40d7b9731a2d60643432c226ffc03 (diff) | |
download | samba-9d12511e45a48eae0064c35501402aa0572261d7.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h index 064763d5893..c9804fb953f 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; |