Fix a double-close of a file descriptor.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 10 Aug 2007 02:20:30 +0000 (19:20 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 10 Aug 2007 02:20:30 +0000 (19:20 -0700)
commitbf8eba693e2667688b83b2a4aa220ec8adcb7907
tree984ee4adcf7f46c4237de4efe2aac74409c36fa3
parent98d72e33a0c677ba638c599f9739cb929496f9b9
Fix a double-close of a file descriptor.

When a file is dumped, the file descriptor is opened by scanfile(), so that
is the function which should close it (not dump_inode()).
scandir.cc