From: Guus Sliepen Date: Sat, 2 Aug 2003 20:50:38 +0000 (+0000) Subject: Install tinc as a service under Windows (MinGW). Remove cleanup_and_exit(), X-Git-Tag: release-1.0~16 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=f08fc359a0b7f638e73a8f866119b016b7dff8de;hp=f08fc359a0b7f638e73a8f866119b016b7dff8de Install tinc as a service under Windows (MinGW). Remove cleanup_and_exit(), either exit() directly on errors or let main_loop() shutdown gracefully. ---