Bugzilla – Bug 6888
Uninitialized "logtype" causes get_configuration results to be truncated by client
Last modified: 2009-12-07 16:26:34
You need to log in before you can comment on or make changes to this bug.
When the RLS server respondes to a get_configuration "all" request, and a parameter, e.g. "logtype" is NULL, the empty string ("") sent in the response is interpreted by the client as the end of the response. When the RLS test suite is run, the following error is reported: testGetConfiguration Failure Globus I/O error: Deserialization failure (cause: value is null) The solution is to initialize "logtype" to the default value "syslog", in "rls/server/conf.c".