From 3048e9ad654506219b169a934edded388d10fcad Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Sep 2007 23:31:28 +0000 Subject: r25392: Add loadparm context as argument in a couple more places. (This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069) --- source4/lib/cmdline/popt_credentials.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/cmdline/popt_credentials.c') diff --git a/source4/lib/cmdline/popt_credentials.c b/source4/lib/cmdline/popt_credentials.c index 9abd7f53d2..b913e6a53a 100644 --- a/source4/lib/cmdline/popt_credentials.c +++ b/source4/lib/cmdline/popt_credentials.c @@ -95,7 +95,7 @@ static void popt_common_credentials_callback(poptContext con, break; case 'S': - lp_set_cmdline("client signing", arg); + lp_set_cmdline(global_loadparm, "client signing", arg); break; case 'P': -- cgit