From: Craig Small Date: Tue, 22 Mar 2005 00:42:47 +0000 (+0000) Subject: delete perror for scan_mounts X-Git-Tag: v22.11~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2bec9f2a4e396cd9dfa0e8e1d3f6b090537174e;p=psmisc delete perror for scan_mounts --- diff --git a/src/fuser.c b/src/fuser.c index 748e58d..fdb9e04 100644 --- a/src/fuser.c +++ b/src/fuser.c @@ -526,7 +526,6 @@ scan_mounts (void) } if (stat (mounted, &st_mounted) < 0) { - perror (mounted); free (path); free (mounted); continue;