summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/dhcpcd.c
diff options
context:
space:
mode:
authorNiklas2011-08-29 16:54:40 +0200
committerNiklas2011-08-29 16:54:40 +0200
commitb003285b65d6374cd144214b94bcc1bc9041e091 (patch)
treeceaa8e4619bb2a8a36a2cd7134c5635ae75bfaa1 /workspace/customdhcpcd/src/dhcpcd.c
parentadded makefiles (diff)
downloadfbgui-b003285b65d6374cd144214b94bcc1bc9041e091.tar.gz
fbgui-b003285b65d6374cd144214b94bcc1bc9041e091.tar.xz
fbgui-b003285b65d6374cd144214b94bcc1bc9041e091.zip
tried to fix the message loss problem, but failed. TODO: debug and socket sniffer
Diffstat (limited to 'workspace/customdhcpcd/src/dhcpcd.c')
-rw-r--r--workspace/customdhcpcd/src/dhcpcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspace/customdhcpcd/src/dhcpcd.c b/workspace/customdhcpcd/src/dhcpcd.c
index 769bf39..f8f003c 100644
--- a/workspace/customdhcpcd/src/dhcpcd.c
+++ b/workspace/customdhcpcd/src/dhcpcd.c
@@ -665,6 +665,7 @@ abort:
free (dhcpcd_skiproutes);
#endif
+ closeQtLoggerSocket();
logger (LOG_INFO, "exiting");
logToQt(LOG_INFO, DHCPCD_EXIT, "exiting due abort");
exit (retval);