mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
remove-potentially-bogus-warning-20010613
remove added warning which caused warnings during routine operation
This commit is contained in:
parent
650c86d47d
commit
c8e0124c8e
@ -571,7 +571,6 @@ VAttachVolumeByName_r(ec, partition, name, mode)
|
|||||||
if ((fd = open(path, O_RDONLY)) == -1 || fstat(fd,&status) == -1) {
|
if ((fd = open(path, O_RDONLY)) == -1 || fstat(fd,&status) == -1) {
|
||||||
close(fd);
|
close(fd);
|
||||||
VOL_LOCK
|
VOL_LOCK
|
||||||
Log("VAttachVolume: Error opening/statting volume header file (%s)\n", path);
|
|
||||||
*ec = VNOVOL;
|
*ec = VNOVOL;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user