utils_cmd_{get,put}val.c: Fixed usage of parse_identifier().
authorSebastian Harl <sh@tokkee.org>
Tue, 25 Mar 2008 14:58:15 +0000 (15:58 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 26 Mar 2008 08:33:04 +0000 (09:33 +0100)
commit0a905cbd3151716c5749b5e7c5e439861466804d
treed430491b19d1fa41135f1a3ecdd517d8e03dc3f6
parent1ca0b79a4274784e4cc15d45e46e2cfa0c2039cf
utils_cmd_{get,put}val.c: Fixed usage of parse_identifier().

This function modifies its first argument which, in these cases, is used
again after the function call. Now, a copy of the string is passed to
parse_identifier().

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/utils_cmd_getval.c
src/utils_cmd_putval.c