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/utils | |
parent | 5330164ec4f40d7b9731a2d60643432c226ffc03 (diff) | |
download | samba-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')
-rw-r--r-- | source3/utils/net_rpc_samsync.c | 2 |
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; |