abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

1ccbfe2 Bug 1694263: Fix thread private variable initialization

Authored and Committed by tbordaz 5 years ago
    Bug 1694263: Fix thread private variable initialization
    
    Fix description:
    	The initialization of the thread private variable was buggy.
    	The private variable required an allocated struct (per thread).
    	The struct is allocated on demand (during get/set) when the
    	retrieved (PR_GetThreadPrivate) struct is NULL.
    
    Signed-off-by: Thierry Bordaz <tbordaz@redhat.com>
    
        
file modified
+43 -42
file modified
+109 -29
file modified
+122 -122