The branch, master has been updated
via 625ffba... s4:libnet: use the new generated config from the
provision for the self_join
from 8248446... Don't forget brackets around bitwise tests.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 625ffba8ecaf0895382ce2469476e15480415248
Author: Stefan Metzmacher <[email protected]>
Date: Fri May 21 17:33:05 2010 +0200
s4:libnet: use the new generated config from the provision for the self_join
This fixes net vampire with the --target-dir option.
metze
-----------------------------------------------------------------------
Summary of changes:
source4/libnet/libnet_vampire.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/libnet/libnet_vampire.c b/source4/libnet/libnet_vampire.c
index d7ffcd7..d083fc9 100644
--- a/source4/libnet/libnet_vampire.c
+++ b/source4/libnet/libnet_vampire.c
@@ -772,7 +772,7 @@ NTSTATUS libnet_Vampire(struct libnet_context *ctx,
TALLOC_CTX *mem_ctx,
set_secrets->key_version_number = join->out.kvno;
set_secrets->domain_sid = join->out.domain_sid;
- status = provision_store_self_join(ctx, ctx->lp_ctx, ctx->event_ctx,
set_secrets, &error_string);
+ status = provision_store_self_join(ctx, s->lp_ctx, ctx->event_ctx,
set_secrets, &error_string);
if (!NT_STATUS_IS_OK(status)) {
r->out.error_string = talloc_steal(mem_ctx, error_string);
talloc_free(s);
--
Samba Shared Repository