]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
sender: add a hook to resolve target names
[paraslash.git] / dccp_send.c
index 6cfdfbbeddccb42cd46a5d4b8c06aec24a0427ec..41aaf234da6ce89da2e25ce30871405f663cac38 100644 (file)
@@ -219,6 +219,7 @@ void dccp_send_init(struct sender *s)
        s->pre_select = dccp_pre_select;
        s->post_select = dccp_post_select;
        s->shutdown_clients = dccp_shutdown_clients;
+       s->resolve_target = NULL;
        s->help = generic_sender_help;
        s->client_cmds[SENDER_ON] = dccp_com_on;
        s->client_cmds[SENDER_OFF] = dccp_com_off;