Skip to content

Commit faecffa

Browse files
committed
Disable cleaning of LD_PRELOAD
1 parent 52e1309 commit faecffa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ static void setup()
120120
g_pLog->debug("SLSsteam loading in %s\n", proc.name);
121121

122122
cleanEnvVar("LD_AUDIT");
123-
cleanEnvVar("LD_PRELOAD");
123+
//TODO: Investigate weird logging. Not like it's necessary anymore
124+
//cleanEnvVar("LD_PRELOAD");
124125

125126
if(!g_config.init())
126127
{

0 commit comments

Comments
 (0)