X-Git-Url: https://git.kengrimes.com/?p=henge%2Fapc.git;a=blobdiff_plain;f=ston%2Fston_ht.h;fp=ston%2Fston_ht.h;h=1bd310d0772a26fb67d8b6b7b125c7bef9f5de53;hp=de6a46482084c581f99df652fc9a2cc01666eb4f;hb=311ef64fe7406edc3f5bef28ff618408983968a1;hpb=7472c5df1b4ee28cb2cfc0a3189b37b8ba503b0d diff --git a/ston/ston_ht.h b/ston/ston_ht.h index de6a464..1bd310d 100644 --- a/ston/ston_ht.h +++ b/ston/ston_ht.h @@ -436,7 +436,7 @@ void ston_dht_iterate ) { ht->ht_iter = fn; ht->ht_user_data = user_data; - ston_dht_iterate_r(ht,(void**)ht->bucket_root); + ston_dht_iterate_r(ht,ht->bucket_root); } /* Recursively iterate through the given bucket belonging to hashtable ht */