syntax update (minor)
authorken <ken@mihrtec.com>
Tue, 14 Mar 2017 21:25:01 +0000 (14:25 -0700)
committerken <ken@mihrtec.com>
Tue, 14 Mar 2017 21:25:01 +0000 (14:25 -0700)
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 */