mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may now
be different.
This commit is contained in:
parent
58bffa15c2
commit
f487a6a811
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ getprocname(pid_t pid)
|
|||
warn("sysctl()");
|
||||
return ("??");
|
||||
}
|
||||
return (proc.ki_ocomm);
|
||||
return (proc.ki_comm);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue