added missing watchdog_periodic

This commit is contained in:
nvt-se 2008-11-04 15:46:59 +00:00
parent bd2c039dc6
commit 7ac98ee257
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ main(void)
#endif /* PROFILE_CONF_ON */
do {
/* Reset watchdog. */
watchdog_periodic();
r = process_run();
} while(r > 0);