syntax update (minor)
[henge/apc.git] / ston / ston_ht.h
index de6a464..1bd310d 100644 (file)
@@ -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 */