DE-IBH / apt-dater

terminal-based remote package update manager

Home Page:http://www.ibh.de/apt-dater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apt-dater -rn gets stuck in a loop

JasonCormie opened this issue · comments

When doing a report without networking for a number of hosts, apt-dater gets stuck in a loop.

I have done some investigation.
in report.c/ ctrlReport

the section that outputs the xml relies on torefresh == 0, but as the hosts don't get refreshed, if it started as a non zero value, it will never reach 0.