[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc/src meta.c,1.1.2.47,1.1.2.48
Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv30927
Modified Files:
Tag: CABAL
meta.c
Log Message:
Fix another bug in meta.c.
Index: meta.c
===================================================================
RCS file: /home/CVS/tinc/src/meta.c,v
retrieving revision 1.1.2.47
retrieving revision 1.1.2.48
diff -u -r1.1.2.47 -r1.1.2.48
--- meta.c 2003/10/11 14:18:52 1.1.2.47
+++ meta.c 2003/10/12 11:40:00 1.1.2.48
@@ -150,7 +150,7 @@
receive_tcppacket(c, c->buffer, c->tcplen);
c->buflen -= c->tcplen;
- lenin -= c->tcplen;
+ lenin -= c->tcplen - oldlen;
memmove(c->buffer, c->buffer + c->tcplen, c->buflen);
oldlen = 0;
c->tcplen = 0;
--
Tinc-cvs: CVS changelog list for the tinc VPN daemon
Archive: http://mail.nl.linux.org/tinc-cvs/
Tinc site: http://tinc.nl.linux.org/
- Prev by Date:
tinc/doc tinc.conf.5.in,1.1.2.2,1.1.2.3 tinc.texi,1.8.4.45,1.8.4.46 tincd.8.in,1.1.2.2,1.1.2.3
- Next by Date:
LOTTO CLAIMS
- Prev by thread:
tinc/doc tinc.conf.5.in,1.1.2.2,1.1.2.3 tinc.texi,1.8.4.45,1.8.4.46 tincd.8.in,1.1.2.2,1.1.2.3
- Next by thread:
LOTTO CLAIMS
- Index(es):