| commit | 4bf2c138ddefc6ff17f6c4b947320c60aa0c38a0 | [log] [tgz] |
|---|---|---|
| author | Hani Benhabiles <kroosec@gmail.com> | Thu Jan 09 19:34:27 2014 +0100 |
| committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Jan 27 15:44:06 2014 +0100 |
| tree | 92720482ef1f706c07efc2c1f031cfbd5a87847c | |
| parent | 0169c511554cb0014a00290b0d3d26c31a49818f [diff] |
net: Use g_strdup_printf instead of snprintf. assign_name() in net/net.c is using snprintf + g_strdup to get the same result as g_strdup_printf. Signed-off-by: Hani Benhabiles <kroosec@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>