[OpenSER-Devel] possible gflags bug
Juha Heinanen
jh at tutpro.com
Thu Jul 5 09:56:56 CEST 2007
either i don't understand how gflags are supposed to work or there is a
bug in gflag implementation of trunk.
i have a piece of script:
modparam("gflags", "initial", 3)
xlog("L_INFO", "Testing gflag 3\n");
if (is_gflag("3")) {
xlog("L_INFO", "gflag 3 set\n");
into syslog, i only get
Jul 5 10:47:09 localhost /usr/sbin/openser[6972]: Testing gflag 3
even if mi shows that gflag 3 is set:
# openserctl fifo is_gflag 3
TRUE
am i missing something big time or is there a bug?
-- juha
More information about the Devel
mailing list