summaryrefslogtreecommitdiff
path: root/source3/param/test_lp_load.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-07-30 17:47:32 +0200
committerIra Cooper <ira@samba.org>2015-04-22 13:57:29 +0200
commit1f60ceedb88b6ed2c86bcfc79607f3e0967ed56a (patch)
tree9485eb7a37a3d9684197ca3650ecfdc8cb8dbc3d /source3/param/test_lp_load.c
parent97e87681b33a46f1309a200345e188a0e27388a7 (diff)
downloadsamba-1f60ceedb88b6ed2c86bcfc79607f3e0967ed56a.tar.gz
s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().
This is not called from the server (which loads registry shares lazily), so add_ipc is always false... Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
Diffstat (limited to 'source3/param/test_lp_load.c')
-rw-r--r--source3/param/test_lp_load.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/test_lp_load.c b/source3/param/test_lp_load.c
index bd5c2b9ba84..bd373b9e354 100644
--- a/source3/param/test_lp_load.c
+++ b/source3/param/test_lp_load.c
@@ -63,7 +63,6 @@ int main(int argc, const char **argv)
printf("call lp_load() #%d: ", i+1);
if (!lp_load_with_registry_shares(config_file,
True, /* save defaults */
- False, /*add_ipc */
True)) /*init globals */
{
printf("ERROR.\n");