FS-9952: Update testbuckets to current api

This commit is contained in:
colm 2017-01-23 14:31:48 -05:00 committed by Mike Jerris
parent c60a42009d
commit 8d029ae06b

View File

@ -1140,11 +1140,9 @@ int main(int argc, char *argv[]) {
ks_init();
ks_global_set_default_logger(7);
ks_dht_nodeid_t homeid;
memset(homeid.id, 0x01, KS_DHT_NODEID_SIZE);
ks_dht_create(&dht, NULL, NULL, &homeid);