Darren Sessions writes:
In function fixstringloadgws in /modules/lcr/lcr_mod.c . .
if(str2int(&s, (unsigned int*)&model->spec.pvp.pvn.u.isname.name.n)!=0 || model->spec.pvp.pvn.u.isname.name.n<100) {
As called by:
static cmd_export_t cmds[] = { {"load_gws", load_gws, 0, 0, 0, REQUEST_ROUTE}, {"load_gws", load_gws_grp, 1, fixstringloadgws, 0,
darren,
thanks for pointing out this bug. i applied here
http://openser.svn.sourceforge.net/viewvc/openser/branches/1.3/modules/lcr/l...
a patch provided by someone else and didn't check it carefully enough. there should be no restriction on value of group-id. i'll fix the bug later today.
-- juha