Backed out changeset 79ee6fda8e65 (bug 979913)

This commit is contained in:
Carsten "Tomcat" Book 2014-03-14 09:39:26 +01:00
Родитель ad35a39b55
Коммит 013dd86d57
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -664,6 +664,8 @@ SaveTLSInfo(thread_info_t *tinfo) {
*/
static void
RestoreTLSInfo(thread_info_t *tinfo) {
int rv;
for (TLSInfoList::const_iterator it = tinfo->tlsInfo.begin();
it != tinfo->tlsInfo.end();
it++) {