summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_samsync.c
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/utils/net_rpc_samsync.c
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/utils/net_rpc_samsync.c')
-rw-r--r--source3/utils/net_rpc_samsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_samsync.c b/source3/utils/net_rpc_samsync.c
index 1f0b586d9e..3731edaaf1 100644
--- a/source3/utils/net_rpc_samsync.c
+++ b/source3/utils/net_rpc_samsync.c
@@ -304,7 +304,7 @@ static NTSTATUS rpc_vampire_keytab_ds_internals(struct net_context *c,
if (argc >= 2) {
ctx->object_dns = &argv[1];
ctx->object_count = argc - 1;
- ctx->single = true;
+ ctx->single_object_replication = true;
}
ctx->cli = pipe_hnd;