remove-potentially-bogus-warning-20010613

remove added warning which caused warnings during routine operation
This commit is contained in:
Nathan Neulinger 2001-06-13 17:53:00 +00:00 committed by Derrick Brashear
parent 650c86d47d
commit c8e0124c8e

View File

@ -571,7 +571,6 @@ VAttachVolumeByName_r(ec, partition, name, mode)
if ((fd = open(path, O_RDONLY)) == -1 || fstat(fd,&status) == -1) {
close(fd);
VOL_LOCK
Log("VAttachVolume: Error opening/statting volume header file (%s)\n", path);
*ec = VNOVOL;
goto done;
}