utils_cmd_{get,put}val.c: Fixed usage of parse_identifier().
authorSebastian Harl <sh@tokkee.org>
Wed, 26 Mar 2008 08:34:14 +0000 (09:34 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 26 Mar 2008 08:34:14 +0000 (09:34 +0100)
commit4a005f01e9ba4322bdb41631928ecc9edf51b189
treea8abed2dffda08a92bc8126cfbebfac39786623c
parentebbe15f56430838df4397150f6c3089d5851216d
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().

This is a backport of 0a905cbd3151716c5749b5e7c5e439861466804d.

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