mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-windows-cm_volume-recycling-20060825
do not panic if we reach maxVolumes and there is a volume entry that can be recycled. (cherry picked from commit 375a79f2a02ff2c16f9fcc54dba2b51e41b51c05)
This commit is contained in:
parent
ba910b4285
commit
90b44c19a0
@ -436,7 +436,8 @@ long cm_GetVolumeByName(struct cm_cell *cellp, char *volumeNamep,
|
||||
break;
|
||||
}
|
||||
}
|
||||
osi_panic("Exceeded Max Volumes", __FILE__, __LINE__);
|
||||
if (!volp)
|
||||
osi_panic("Exceeded Max Volumes", __FILE__, __LINE__);
|
||||
}
|
||||
|
||||
if (volp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user