git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Windows: Do not double increment cm_data.currentCells
[openafs.git]
/
src
/
WINNT
/
afsd
/
cm_memmap.h
diff --git
a/src/WINNT/afsd/cm_memmap.h
b/src/WINNT/afsd/cm_memmap.h
index
6cd2332
..
d37667b
100644
(file)
--- a/
src/WINNT/afsd/cm_memmap.h
+++ b/
src/WINNT/afsd/cm_memmap.h
@@
-40,8
+40,8
@@
typedef struct cm_config_data {
cm_cell_t * allCellsp;
cm_cell_t * freeCellsp;
- afs_uint32 currentCells;
- afs_uint32 maxCells;
+ afs_int32 currentCells;
+ afs_int32 maxCells;
cm_volume_t * rootVolumep;
cm_cell_t * rootCellp;