X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/0f85bdecaba4806c0f06ee89d7ec084cc015bb19..4a93d8f2a03b46189d79cd62e1c6e5c7943dd8e7:/l2tpns.c diff --git a/l2tpns.c b/l2tpns.c index ae7f3f4..90ac930 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -2959,7 +2959,7 @@ void processudp(uint8_t *buf, int len, struct sockaddr_in *addr) // Set multilink options before sending initial LCP packet sess_local[s].mp_mrru = 1614; - sess_local[s].mp_epdis = config->bind_address ? config->bind_address : my_address; + sess_local[s].mp_epdis = ntohl(config->bind_address ? config->bind_address : my_address); sendlcp(s, t); change_state(s, lcp, RequestSent);