View | Details | Raw Unified | Return to bug 51313
Collapse All | Expand All

(-)a/apt-pkg/contrib/error.cc (-1 / +2 lines)
 Lines 34-40    Link Here 
34
// Global Error Object							/*{{{*/
34
// Global Error Object							/*{{{*/
35
GlobalError *_GetErrorObj()
35
GlobalError *_GetErrorObj()
36
{
36
{
37
   static thread_local GlobalError Obj;
37
   //static thread_local GlobalError Obj;
38
   static GlobalError Obj;
38
   return &Obj;
39
   return &Obj;
39
}
40
}
40
									/*}}}*/
41
									/*}}}*/

Return to bug 51313