diff options
Diffstat (limited to 'src/core/idhash.c')
| -rw-r--r-- | src/core/idhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/idhash.c b/src/core/idhash.c index 0edf16dc..c61850d2 100644 --- a/src/core/idhash.c +++ b/src/core/idhash.c @@ -256,7 +256,7 @@ nni_id_set(nni_id_map *m, uint32_t id, void *val) int nni_id_alloc(nni_id_map *m, uint32_t *idp, void *val) { - uint64_t id; + uint32_t id; int rv; NNI_ASSERT(val != NULL); |
