Ján Tomko
7b48bb8ca0
Use g_strdup to fill in default values
...
Replace:
if (!s && VIR_STRDUP(s, str) < 0)
goto;
with:
if (!s)
s = g_strdup(str);
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2019-10-21 12:51:55 +02:00
..
2019-10-18 13:54:03 +01:00
2018-12-13 16:08:38 +00:00
2019-10-16 15:24:41 -04:00
2019-06-19 17:12:31 +02:00
2019-10-17 10:59:26 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 15:59:42 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 15:59:42 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 12:06:43 +02:00
2019-06-19 17:12:31 +02:00
2019-10-21 12:51:55 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 12:06:43 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 15:59:42 +02:00
2019-06-19 17:12:31 +02:00
2019-10-21 12:51:55 +02:00
2019-06-19 17:12:31 +02:00
2019-06-19 17:12:31 +02:00
2019-10-21 12:51:55 +02:00
2019-06-19 17:12:31 +02:00
2019-10-17 10:59:26 +02:00
2019-06-19 17:12:31 +02:00
2019-10-21 12:51:55 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 12:06:43 +02:00
2019-06-19 17:12:31 +02:00
2019-10-21 12:51:55 +02:00
2019-10-15 11:25:22 +02:00
2019-04-10 12:26:32 +02:00
2019-06-19 17:12:31 +02:00
2019-10-16 15:59:42 +02:00
2019-06-19 17:12:31 +02:00
2019-10-21 12:51:55 +02:00
2019-10-15 11:25:22 +02:00
2019-08-09 14:06:31 +01:00