aboutsummaryrefslogtreecommitdiffstats
path: root/unsetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsetenv.c')
-rw-r--r--unsetenv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsetenv.c b/unsetenv.c
index 6f7db37..1462618 100644
--- a/unsetenv.c
+++ b/unsetenv.c
@@ -18,6 +18,7 @@ liberror_unsetenv(const char *name)
desc = "Environment variable name contains the '=' character";
}
error:
+ liberror_save_backtrace(NULL);
liberror_set_error_errno(desc, "setenv", errno);
return -1;
}