mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
1511cde44c
lpGet takes 4 forms
v = lpGet("type:parm"); gets a parametric variable
v = lpGet("share", "type:parm"); gets a parametric variable on a share
v = lpGet("parm"); gets a global variable
v = lpGet("share", "parm"); gets a share variable
in all cases a ejs object of the appropriate type for the variable is returned.
This commit also adds the function typeof() which returns the type of an object
(This used to be commit
|
||
---|---|---|
.. | ||
config.mk | ||
loadparm.c | ||
params.c |