mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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)
|
||||
peer_fd = atoi (fdstr);
|
||||
|
||||
unsetenv ("SYSPROF_CONTROL_FD");
|
||||
|
||||
if (peer_fd > 0)
|
||||
{
|
||||
(void) set_fd_blocking (peer_fd);
|
||||
|
||||
Reference in New Issue
Block a user