Use xstrdup() instead of xasprintf() to copy static strings.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 23 Dec 2009 18:51:55 +0000 (19:51 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 23 Dec 2009 18:51:55 +0000 (19:51 +0100)
commit7203d5fb07be2d3ae006c2b65d0be1e6533e1273
treec7a170f10776e5e7a13e2eaabad0e9c6a2fb9cee
parenta9a803d5662832eb397837055a49fd94118eabf3
Use xstrdup() instead of xasprintf() to copy static strings.
src/net_setup.c