]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9952: Update testbuckets to current api
authorcolm <colm@freeswitch1>
Mon, 23 Jan 2017 19:31:48 +0000 (14:31 -0500)
committerMike Jerris <mike@jerris.com>
Wed, 22 Mar 2017 21:42:48 +0000 (17:42 -0400)
libs/libks/test/testbuckets.c

index 5d1555a585fedc78043d7505a54dee3d6a7cd379..c9eca0cc2d180eb445dbc4679dfeba751777d775 100644 (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);