And fix the same bug in the other place.

This commit is contained in:
theraven 2011-02-02 17:19:24 +00:00
parent b9f9ce3bba
commit af90153d7f

View File

@ -324,6 +324,7 @@ static int PREFIX(_insert)(PREFIX(_table) *table,
return PREFIX(_insert)(table, value);
}
fprintf(stderr, "Insert failed\n");
MAP_UNLOCK();
return 0;
}