mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
Skip printing "/proc/%d/cmdline" stuff when it is not relevant
This commit is contained in:
parent
64191c3896
commit
fab3e12cec
@ -105,8 +105,8 @@ extern procps_status_t * procps_scan(int save_user_arg0)
|
||||
|
||||
curstatus.rss <<= (PAGE_SHIFT - 10); /* 2**10 = 1kb */
|
||||
|
||||
sprintf(status, "/proc/%d/cmdline", pid);
|
||||
if(save_user_arg0) {
|
||||
sprintf(status, "/proc/%d/cmdline", pid);
|
||||
if((fp = fopen(status, "r")) == NULL)
|
||||
continue;
|
||||
if((n=fread(buf, 1, sizeof(buf)-1, fp)) > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user