X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/de9bbde824e08521a94e9247ac5a8eecde5e34cd..5b30505fcf2455f3341cc7c2fccbd352e7b9412b:/l2tpns.c diff --git a/l2tpns.c b/l2tpns.c index 5b4ce7e..d171c1d 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4,7 +4,7 @@ // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced // vim: sw=8 ts=8 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.139 2005-09-16 11:46:48 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.140 2005-09-16 13:20:39 bodea Exp $"; #include #include @@ -2613,7 +2613,7 @@ void processudp(uint8_t *buf, int len, struct sockaddr_in *addr) *q = ProtocolRej; *(q + 1) = ++sess_local[s].lcp_ident; - *(uint16_t *)(q + 2) = l; + *(uint16_t *)(q + 2) = htons(l); *(uint16_t *)(q + 4) = htons(proto); memcpy(q + 6, p, l - 6);