summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/common.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-10 00:05:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-10 00:05:37 +0200
commit96ba74ba07d257c5ee24aee1428cc5f8f539d269 (patch)
treebb7b576325a4b3c495ddf3da7181283d7eae2721 /source4/lib/registry/tools/common.c
parent4f266dff13d2937b1800954a9ddb536df4d14a5f (diff)
parent3911808323c964c36c2639f68d59d7aca1a2a96b (diff)
downloadsamba-96ba74ba07d257c5ee24aee1428cc5f8f539d269.tar.gz
samba-96ba74ba07d257c5ee24aee1428cc5f8f539d269.tar.bz2
samba-96ba74ba07d257c5ee24aee1428cc5f8f539d269.zip
Merge branch 'v4-0-regClient' of git://repo.or.cz/Samba/mdw into manpage
(This used to be commit 6ac32d0a10a9a27abceca362fcab04bcfc55c33f)
Diffstat (limited to 'source4/lib/registry/tools/common.c')
-rw-r--r--source4/lib/registry/tools/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/registry/tools/common.c b/source4/lib/registry/tools/common.c
index 3ea780de60..f770f6a3ca 100644
--- a/source4/lib/registry/tools/common.c
+++ b/source4/lib/registry/tools/common.c
@@ -24,13 +24,14 @@
#include "lib/registry/tools/common.h"
struct registry_context *reg_common_open_remote(const char *remote,
+ struct event_context *ev_ctx,
struct loadparm_context *lp_ctx,
struct cli_credentials *creds)
{
struct registry_context *h = NULL;
WERROR error;
- error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, NULL);
+ error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, ev_ctx);
if (!W_ERROR_IS_OK(error)) {
fprintf(stderr, "Unable to open remote registry at %s:%s \n",