mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
apparmor: Fix uninitalized variable warning in virt-aa-helper
This commit is contained in:
parent
9d8e01a1db
commit
ebea59ad82
@ -245,7 +245,7 @@ update_include_file(const char *include_file, const char *included_files,
|
|||||||
bool append)
|
bool append)
|
||||||
{
|
{
|
||||||
int rc = -1;
|
int rc = -1;
|
||||||
int plen, flen;
|
int plen, flen = 0;
|
||||||
int fd;
|
int fd;
|
||||||
char *pcontent = NULL;
|
char *pcontent = NULL;
|
||||||
char *existing = NULL;
|
char *existing = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user