diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-13 22:46:17 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:58 +0100 |
commit | a2cea02584256e2cf59da5420e8e080e70c66939 (patch) | |
tree | e02e1efee04100bf7640da0dabdc8fe069aa00fe /source4/lib/cmdline | |
parent | d891c0c74a03d797aed1c5ac0329fd9d1d78da63 (diff) | |
download | samba-a2cea02584256e2cf59da5420e8e080e70c66939.tar.gz samba-a2cea02584256e2cf59da5420e8e080e70c66939.tar.bz2 samba-a2cea02584256e2cf59da5420e8e080e70c66939.zip |
r26430: require explicit specification of loadparm context.
(This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
Diffstat (limited to 'source4/lib/cmdline')
-rw-r--r-- | source4/lib/cmdline/popt_credentials.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_credentials.c b/source4/lib/cmdline/popt_credentials.c index b5de734a19..de5ea7c1b6 100644 --- a/source4/lib/cmdline/popt_credentials.c +++ b/source4/lib/cmdline/popt_credentials.c @@ -96,7 +96,7 @@ static void popt_common_credentials_callback(poptContext con, case 'P': /* Later, after this is all over, get the machine account details from the secrets.ldb */ - cli_credentials_set_machine_account_pending(cmdline_credentials); + cli_credentials_set_machine_account_pending(cmdline_credentials, cmdline_lp_ctx); break; case OPT_KERBEROS: |