From 850825f70fb6953ffc775f8c49c6792cd538aa10 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 16 Apr 2021 11:32:04 +0200 Subject: [PATCH] [netinstall] Leave the last status on the queue - Reaching the end means there's no data, but leave the last load result (presumably bad-something) around rather than overwriting. --- src/modules/netinstall/LoaderQueue.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/netinstall/LoaderQueue.cpp b/src/modules/netinstall/LoaderQueue.cpp index 0644514c3..50b3354ba 100644 --- a/src/modules/netinstall/LoaderQueue.cpp +++ b/src/modules/netinstall/LoaderQueue.cpp @@ -98,7 +98,6 @@ LoaderQueue::fetchNext() { if ( m_queue.isEmpty() ) { - m_config->setStatus( Config::Status::FailedNoData ); emit done(); return; }