Initialise.

This commit is contained in:
Richard Levitte 2000-05-02 13:38:11 +00:00
parent 6596268675
commit aa9fb57b99

View File

@ -666,7 +666,7 @@ void ERR_remove_state(unsigned long pid)
ERR_STATE *ERR_get_state(void)
{
static ERR_STATE fallback;
ERR_STATE *ret=NULL,tmp,*tmpp;
ERR_STATE *ret=NULL,tmp,*tmpp=NULL;
int thread_state_exists;
int i;
unsigned long pid;