Skip to content

Commit

Permalink
Update dht-example.c to fit new dht_init.
Browse files Browse the repository at this point in the history
  • Loading branch information
jech committed May 19, 2009
1 parent 6e32ed0 commit 9012606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht-example.c
Expand Up @@ -200,7 +200,7 @@ main(int argc, char **argv)
}

/* Init the dht. This sets the socket into non-blocking mode. */
rc = dht_init(s, myid);
rc = dht_init(s, myid, NULL);
if(rc < 0) {
perror("dht_init");
exit(1);
Expand Down

0 comments on commit 9012606

Please sign in to comment.