mirror of https://github.com/deavminet/dnetd.git
Cleanup
This commit is contained in:
parent
98700f3067
commit
89f9b7cc41
|
@ -168,8 +168,7 @@ public class DServer : Thread
|
|||
/* Set this as the new queue */
|
||||
connectionQueue = connectionQueueNew;
|
||||
|
||||
/* TODO: Implement removal */
|
||||
writeln("Remove connection from queue "~to!(string)(connection));
|
||||
writeln("Removed connection from queue "~to!(string)(connection));
|
||||
|
||||
/* Unlock the connections list */
|
||||
connectionLock.unlock();
|
||||
|
|
Loading…
Reference in New Issue