mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
Merge branch 'collector-libraries' into 'master'
libsysprof-capture: Don’t unset SYSPROF_CONTROL_FD See merge request GNOME/sysprof!34
This commit is contained in:
@ -316,8 +316,6 @@ request_writer (void)
|
|||||||
if (fdstr != NULL)
|
if (fdstr != NULL)
|
||||||
peer_fd = atoi (fdstr);
|
peer_fd = atoi (fdstr);
|
||||||
|
|
||||||
unsetenv ("SYSPROF_CONTROL_FD");
|
|
||||||
|
|
||||||
if (peer_fd > 0)
|
if (peer_fd > 0)
|
||||||
{
|
{
|
||||||
(void) set_fd_blocking (peer_fd);
|
(void) set_fd_blocking (peer_fd);
|
||||||
|
|||||||
Reference in New Issue
Block a user