fuser: a now, the corrected fix (vda botched previous one)

1_11_stable
Denis Vlasenko 2008-05-28 14:57:58 +00:00
parent 634b022108
commit cd9d4c85a4
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ static pid_list *scan_proc_pids(inode_list *ilist)
pid_t pid;
pid_list *plist;
xchdir("/proc");
d = opendir("/proc");
if (!d)
return NULL;