X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=udp.c;h=7ff4d5fd18f84e5ade3487701484124c55767c9e;hp=4c393cd603cf397499c206632e2061c9b1947ef9;hb=44128667c7470b4ce4764e488a32da5ca17c2f2d;hpb=3e8addad2b3720a66f8a7b20d7ed7e66b8414748 diff --git a/udp.c b/udp.c index 4c393cd..7ff4d5f 100644 --- a/udp.c +++ b/udp.c @@ -272,7 +272,7 @@ static list_t *udp_apply(closure_t *self, struct cloc loc, dict_t *context, d=i->data.dict; j=dict_find_item(d,"address",False,"udp",st->loc); - st->addr=j?st->addr=string_item_to_ipaddr(j, "udp"):INADDR_ANY; + st->addr=j?string_item_to_ipaddr(j, "udp"):INADDR_ANY; st->port=dict_read_number(d,"port",True,"udp",st->loc,0); st->rbuf=find_cl_if(d,"buffer",CL_BUFFER,True,"udp",st->loc); st->authbind=dict_read_string(d,"authbind",False,"udp",st->loc);