diff options
Diffstat (limited to 'discover/boot.c')
-rw-r--r-- | discover/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/boot.c b/discover/boot.c index da7b946..fab4b61 100644 --- a/discover/boot.c +++ b/discover/boot.c @@ -45,6 +45,7 @@ static void __attribute__((format(__printf__, 4, 5))) update_status( va_end(ap); status.type = type; + status.backlog = false; pb_debug("boot status: [%d] %s\n", type, status.message); |