diff --git a/NEWS b/NEWS index 9b39447ca..bb60b81ab 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ where XXXXXX is the bug number as listed below. 382256 gz compiler flag test doesn't work for gold 382407 vg_perf needs "--terse" command line option 382515 "Assertion 'di->have_dinfo' failed." on wine's dlls/mscoree/tests/mscoree.c +382998 xml-socket doesn't work Release 3.13.0 (15 June 2017) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/coregrind/m_libcprint.c b/coregrind/m_libcprint.c index d66c67dc6..f6ba2022e 100644 --- a/coregrind/m_libcprint.c +++ b/coregrind/m_libcprint.c @@ -526,7 +526,7 @@ void VG_(init_log_xml_sinks)(VgLogTo log_to, VgLogTo xml_to, break; case VgLogTo_Socket: - log_fd = prepare_sink_socket(VG_(clo_xml_fname_unexpanded), + xml_fd = prepare_sink_socket(VG_(clo_xml_fname_unexpanded), &VG_(xml_output_sink), True); break; }