]> git.michaelhowe.org Git - packages/o/openafs.git/commit
vol: fix namei_ListAFSSubDirs on Windows
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 20 Jan 2011 06:56:33 +0000 (01:56 -0500)
committerDerrick Brashear <shadow@dementia.org>
Sat, 22 Jan 2011 20:43:24 +0000 (12:43 -0800)
commit141aca818ef9e5a6af309edc9512cc5cfee38e90
tree9468ab6456f5a7607209818b65694a1db73948a1
parent259a0e886a29874420010544e33a789cac1692c1
vol: fix namei_ListAFSSubDirs on Windows

The directory level represented by 'dirp2' does not exist on
Windows.  Do not attempt to close the DIR object that was
never opened.

Remove unnecessary function prototypes.

Change-Id: Ib6b27e52f0120115173cb04893092ba6f2da32fe
Reviewed-on: http://gerrit.openafs.org/3703
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/vol/namei_ops.c