r26430: require explicit specification of loadparm context.
[samba.git] / source4 / lib / cmdline / popt_credentials.c
index b5de734a1953ea6a7ca413ce6661f70fdab2577b..de5ea7c1b675e16a14e687974d384bf088d421e6 100644 (file)
@@ -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: