aboutsummaryrefslogtreecommitdiffstats
path: root/src/sec-updater/sec-updater.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sec-updater/sec-updater.c')
-rw-r--r--src/sec-updater/sec-updater.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sec-updater/sec-updater.c b/src/sec-updater/sec-updater.c
index 9d48621f0..e1d2baea2 100644
--- a/src/sec-updater/sec-updater.c
+++ b/src/sec-updater/sec-updater.c
@@ -255,7 +255,7 @@ static int process_packages(char *path, char *os, char *arch, char *uri,
chunk_t deb = chunk_empty;
FILE *file;
stats_t stats;
- bool success, new;
+ bool success = TRUE, new;
/* initialize statistics */
memset(&stats, 0x00, sizeof(stats_t));