Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 641790
Collapse All | Expand All

(-)a/coregrind/m_libcprint.c (-1 / +1 lines)
Lines 526-532 void VG_(init_log_xml_sinks)(VgLogTo log_to, VgLogTo xml_to, Link Here
526
         break;
526
         break;
527
527
528
      case VgLogTo_Socket:
528
      case VgLogTo_Socket:
529
         log_fd = prepare_sink_socket(VG_(clo_xml_fname_unexpanded),
529
         xml_fd = prepare_sink_socket(VG_(clo_xml_fname_unexpanded),
530
                                      &VG_(xml_output_sink), True);
530
                                      &VG_(xml_output_sink), True);
531
         break;
531
         break;
532
   }
532
   }

Return to bug 641790