From 0c43e1d24fcb38bb8e2026a2523df6d20d92da34 Mon Sep 17 00:00:00 2001 From: dcp1990 Date: Sun, 26 Jun 2005 03:29:20 +0000 Subject: [PATCH] unlock --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 752e264..c3479a4 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Amigan: phoned/TODO,v 1.3 2005/06/23 22:06:57 dcp1990 Exp $ +$Amigan: phoned/TODO,v 1.4 2005/06/26 03:29:20 dcp1990 Exp $ TODO For phoned: *Handle conditions (write the glue) - Halfway done. @@ -23,3 +23,4 @@ OUTSTANDING BUGS: *Certain race conditions (i.e. closing a socket during a blocking I/O call inside sendwr()) will leave mutexes open and the user logged in (or the servicing thread running entirely). This needs to be fixed, either by detecting the system call interrupt or other means. Hopefully the IO call will exit in time, but we cannot hope for all things. Fix this for good. +*uu_unlock() doesn't seem to be removing the modem lock file. Why?