Skip to content

Commit 7327a46

Browse files
fix compiler warning
1 parent b13df5a commit 7327a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/libsinsp/chisel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ void sinsp_chisel::get_chisel_list(vector<chisel_desc>* chisel_descs)
975975
tinydir_readfile(&dir, &file);
976976

977977
string fpath(file.path);
978-
bool add_to_vector;
978+
bool add_to_vector = false;
979979
chisel_desc cd;
980980

981981
filename fn = split_filename(string(file.name));

0 commit comments

Comments
 (0)