Add missing? counting of total_socket_in.

This commit is contained in:
Guus Sliepen 2001-06-05 19:45:47 +00:00
parent 7bd7f5b436
commit 9cd9b03923

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net.c,v 1.35.4.112 2001/06/05 19:39:54 guus Exp $ $Id: net.c,v 1.35.4.113 2001/06/05 19:45:47 guus Exp $
*/ */
#include "config.h" #include "config.h"
@ -180,6 +180,8 @@ cp
outlen += outpad; outlen += outpad;
outpkt.len = outlen - sizeof(outpkt.salt); outpkt.len = outlen - sizeof(outpkt.salt);
total_socket_in += outlen;
receive_packet(cl, &outpkt); receive_packet(cl, &outpkt);
cp cp
} }