mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
ed111d11eb
The problem here is that we cannot run lp_set_cmdline() (directly or indirectly via the popt helpers) until load_case_tables() has been run. However, load_case_tables does not have auto-initialisation, so we must init it once, and once only. Andrew Bartlett