From da7cf5df8e9ecfb09d0de724db56fd10b9adcd87 Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 3 Jul 2015 23:30:01 -0500 Subject: [PATCH] make info files reload after a successful download/extraction --- tasks/task_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_http.c b/tasks/task_http.c index f06ec39a23..57054158d6 100644 --- a/tasks/task_http.c +++ b/tasks/task_http.c @@ -79,7 +79,7 @@ static int zlib_extract_core_callback(const char *name, const char *valid_exts, } goto error; } - + event_command(EVENT_CMD_CORE_INFO_INIT); return 1; error: