param: Use the correct flag locations with lpcfg_parm_is_cmdline
authorGarming Sam <garming@catalyst.net.nz>
Wed, 9 Jul 2014 01:15:33 +0000 (13:15 +1200)
committerMichael Adam <obnox@samba.org>
Thu, 31 Jul 2014 06:17:10 +0000 (08:17 +0200)
commit622e54fc494e56d32ffe6193e9c83452c816f7d0
treeb8a68d3be9c8dc95c626ea244bbad5fcb335c8c0
parent4fa98737f4911a539cb0b14b55667015c66a0f52
param: Use the correct flag locations with lpcfg_parm_is_cmdline

s3 flags are no longer being stored in the param table anymore.
They shouldn't be used in this manner anymore.

Change-Id: Ib97492fd9149e30d7756ca603f79321d7516f19b
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
lib/param/loadparm.c