Remove thread-safety task from TODO
authorAnoop C S <anoopcs@redhat.com>
Thu, 6 Dec 2018 05:45:46 +0000 (11:15 +0530)
committerAndreas Schneider <asn@samba.org>
Tue, 12 Feb 2019 15:54:29 +0000 (16:54 +0100)
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
TODO

diff --git a/TODO b/TODO
index 147c166c8dd12bf1d6557de96fadade7085e1bbb..4a851e6490a38f8e44c516d9630ba5fb70bde9eb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,7 +10,6 @@ Library:
 ---------
 
 Goals:
-* Thread safety
 * The proposed way ==> - fd-passing for tcp sockets (for free)
   Approach:
   - tdb "in small". So a "db file".
@@ -30,4 +29,3 @@ Testing:
 * Add a test for sento() to broadcast 255.255.255.255.
 * Add a test to check that read/readv/send/ only work on connected sockets.
 * Add unit tests for conversion functions like convert_in_un_remote().
-* Add threaded tests.