popt_common_creds: actually use the ignore_missing_conf flag
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 2 Oct 2018 22:42:22 +0000 (11:42 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 10 Oct 2018 04:16:22 +0000 (06:16 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Pair-programmed-with: Olly Betts <olly@survex.com>
Reviewed-by: Noel Power <nopower@suse.com>
source3/lib/popt_common_cmdline.c

index d1ba90dd43eaa520038b6435098ceaaf915a3b5b..fe23f84c5477191e3a5cbc331be36ad91a97da5a 100644 (file)
@@ -53,7 +53,7 @@ static bool popt_common_credentials_delay_post;
 
 void popt_common_credentials_set_ignore_missing_conf(void)
 {
-       popt_common_credentials_delay_post = true;
+       popt_common_credentials_ignore_missing_conf = true;
 }
 
 void popt_common_credentials_set_delay_post(void)