URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33f8f48bc073bbd2883ed7e18bcb3fc39a48f27b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
33f8f48 by Peter Wu (peter@xxxxxxxxxxxxx):
GTK: fix infinite loop at startup
Add the tap timer after validating all preferences, otherwise a zero
timeout will result in an infinite loop, visible by a splash screen that
never goes away.
Change-Id: I180a123ac2cc7774356e17f1f1d4dcaf38f252b4
Reviewed-on: https://code.wireshark.org/review/13156
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 174dc98 Qt: fix infinite loop when gui_recent_files_count_max is negative
adds 33f8f48 GTK: fix infinite loop at startup
Summary of changes:
ui/gtk/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)