aboutsummaryrefslogtreecommitdiffstats
path: root/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'shutdown.c')
-rw-r--r--shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown.c b/shutdown.c
index 4e5f4cf..ca6049b 100644
--- a/shutdown.c
+++ b/shutdown.c
@@ -28,6 +28,7 @@ liberror_shutdown(int fd, int how, const char *fname)
desc = "";
break;
}
+ liberror_save_backtrace(NULL);
liberror_libc_set_error_one_file(desc, "shutdown", "Socket file", fd, fname);
return -1;
}