Use xstrdup() instead of xasprintf() for duplicating constant string.
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 01:16:41 +0000 (17:16 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:00:29 +0000 (17:00 -0800)
commit4c528af3a6411f519db407abb8f96b9c98b422aa
tree57e09c62c27c90ea5ddab3e2f9b4d679892bbc1e
parent5071475da66075b31396d9c45bfa0d807d27eb13
Use xstrdup() instead of xasprintf() for duplicating constant string.
utilities/vlogconf.c