]> git.neil.brown.name Git - gsm0710muxd.git/commit
Fix breakage caused by removal of attempt to close channels at shutdown.
authorNeil Brown <neilb@suse.de>
Sat, 31 Jan 2009 19:56:09 +0000 (06:56 +1100)
committerNeil Brown <neilb@suse.de>
Sat, 31 Jan 2009 19:56:09 +0000 (06:56 +1100)
commit2eb5457326dc9b0f6f8934d5b446f7e38273830a
tree0796ca6f0cd659265b3aa0b5e9b688dc54520ffe
parent7df77a3706102214da8031dc8f61c198e96683d9
Fix breakage caused by removal of attempt to close channels at shutdown.

commit 98a0c4c761f28ebc47e46b0760cc3dba2939da84
removed some code but left unused bits that cause warning.

So move the "int i" inside the "#if 0" and hide
dbus_signal_send_deactivate as well.

Signed-off-by: NeilBrown <neilb@suse.de>
src/gsm0710muxd.c