]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-misc-fix-20050102
authorJeffrey Altman <jaltman@mit.edu>
Mon, 31 Jan 2005 04:08:49 +0000 (04:08 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2005 04:08:49 +0000 (04:08 +0000)
fix typo

(cherry picked from commit 5bbfc9302503af54ecfd78450abc0b1edf88a860)

src/WINNT/afsd/cm_cell.c

index 5c089dd4123579d4e5663fdaec2e2d03c3ae3278..f16fabecc5f98226d579f662884cac6c3cb6de26 100644 (file)
@@ -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;