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 */
|
/* Set this as the new queue */
|
||||||
connectionQueue = connectionQueueNew;
|
connectionQueue = connectionQueueNew;
|
||||||
|
|
||||||
/* TODO: Implement removal */
|
writeln("Removed connection from queue "~to!(string)(connection));
|
||||||
writeln("Remove connection from queue "~to!(string)(connection));
|
|
||||||
|
|
||||||
/* Unlock the connections list */
|
/* Unlock the connections list */
|
||||||
connectionLock.unlock();
|
connectionLock.unlock();
|
||||||
|
|
Loading…
Reference in New Issue