secret: Don't check the output of virGetUserConfigDirectory()

virGetUserConfigDirectory() *never* *ever* returns NULL, making the
checks for it completely unnecessary.
Signed-off-by: NFabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 87df8493
...@@ -475,8 +475,7 @@ secretStateInitialize(bool privileged, ...@@ -475,8 +475,7 @@ secretStateInitialize(bool privileged,
g_autofree char *rundir = NULL; g_autofree char *rundir = NULL;
g_autofree char *cfgdir = NULL; g_autofree char *cfgdir = NULL;
if (!(cfgdir = virGetUserConfigDirectory())) cfgdir = virGetUserConfigDirectory();
goto error;
driver->configDir = g_strdup_printf("%s/secrets/", cfgdir); driver->configDir = g_strdup_printf("%s/secrets/", cfgdir);
if (!(rundir = virGetUserRuntimeDirectory())) if (!(rundir = virGetUserRuntimeDirectory()))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部