[pkg-fso-commits] [SCM] GSM user space multiplexer branch, master, updated. 0.9.2.2-9-gabcbcd7

Michael 'Mickey' Lauer mickey at vanille-media.de
Tue Jan 27 18:36:30 UTC 2009


The following commit has been merged in the master branch:
commit 58fe3bf29b562bdddb6e85f3569c0ae932abb7c4
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 15:45:53 2009 +0100

    bring back closing the devices, otherwise the modem stays on

diff --git a/src/gsm0710muxd.c b/src/gsm0710muxd.c
index ecbf608..f6aa2e0 100644
--- a/src/gsm0710muxd.c
+++ b/src/gsm0710muxd.c
@@ -2020,8 +2020,7 @@ int main(
 	g_main_loop_run(main_loop); // will/may be terminated in signal_treatment
 	g_main_loop_unref(main_loop);
 //finalize everything
-//	Don't bother with closing devices, mainloop is not running anymore
-//	SYSCHECK(close_devices());
+	SYSCHECK(close_devices());
 	free(serial.adv_frame_buf);
 	gsm0710_buffer_destroy(serial.in_buf);
 	LOG(LOG_INFO, "Received %ld frames and dropped %ld received frames during the mux-mode",

-- 
GSM user space multiplexer



More information about the pkg-fso-commits mailing list