mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
coredump: fix line spacing
This commit is contained in:
committed by
Luca Boccassi
parent
d8a567dfc3
commit
7bfce97666
@@ -867,6 +867,7 @@ static int submit_coredump(
|
||||
r = change_uid_gid(context);
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to drop privileges: %m");
|
||||
|
||||
if (written) {
|
||||
/* Try to get a stack trace if we can */
|
||||
if (coredump_size > arg_process_size_max)
|
||||
|
||||
Reference in New Issue
Block a user