mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-windows-misc-fix-20050102
fix typo (cherry picked from commit 5bbfc9302503af54ecfd78450abc0b1edf88a860)
This commit is contained in:
parent
ae2b17e1eb
commit
25297a74ee
@ -108,7 +108,7 @@ cm_cell_t *cm_GetCell_Gen(char *namep, char *newnamep, long flags)
|
||||
/* remove the entry from the allCells list
|
||||
* we will re-insert it later
|
||||
*/
|
||||
for (cpp = &cm_data.allCellsp; *cpp; cpp=&(*cpp)->nextp) {
|
||||
for (cpp = &cm_allCellsp; *cpp; cpp=&(*cpp)->nextp) {
|
||||
if (*cpp == cp) {
|
||||
(*cpp) = cp->nextp;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user