1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

r26329: Fix more loadparm_context references. Only about a 100 left now.

(This used to be commit ddf233346d)
This commit is contained in:
Jelmer Vernooij
2007-12-07 03:01:41 +01:00
committed by Stefan Metzmacher
parent 6c77f353d3
commit bca631be1f
8 changed files with 22 additions and 16 deletions

View File

@ -24,12 +24,13 @@
#include "lib/registry/tools/common.h"
struct registry_context *reg_common_open_remote(const char *remote,
struct loadparm_context *lp_ctx,
struct cli_credentials *creds)
{
struct registry_context *h;
WERROR error;
error = reg_open_remote(&h, NULL, creds, remote, NULL);
error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, NULL);
if (!W_ERROR_IS_OK(error)) {
fprintf(stderr, "Unable to open remote registry at %s:%s \n",