We were missing a couple.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
cfg->vxhsTLSx509certdir = g_strdup("/etc/pki/libvirt-vxhs/dummy,path");
VIR_FREE(cfg->nbdTLSx509certdir);
cfg->nbdTLSx509certdir = g_strdup("/etc/pki/libvirt-nbd/dummy,path");
+ VIR_FREE(cfg->migrateTLSx509certdir);
+ cfg->migrateTLSx509certdir = g_strdup("/etc/pki/libvirt-migrate");
+ VIR_FREE(cfg->backupTLSx509certdir);
+ cfg->backupTLSx509certdir = g_strdup("/etc/pki/libvirt-backup");
VIR_FREE(cfg->vncSASLdir);
cfg->vncSASLdir = g_strdup("/root/.sasl2");