From 8a1fa2271ca92c19f060f73fa9ff49c5990effab Mon Sep 17 00:00:00 2001 From: kostas <> Date: Sat, 21 Mar 1998 01:05:57 +0000 Subject: [PATCH] fixed debug statement --- snmplib/snmp_msg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snmplib/snmp_msg.c b/snmplib/snmp_msg.c index d43eef3d18..41f30b2d35 100644 --- a/snmplib/snmp_msg.c +++ b/snmplib/snmp_msg.c @@ -136,7 +136,8 @@ u_char *snmp_msg_Encode(u_char *Buffer, int *BufLenP, u_char *MsgPtr; int FakeArg = 1024; - snmplib_debug(4, "Buffer=%x BufLenP=%x, buflen=%d\n",*BufLenP); + snmplib_debug(4, "Buffer=%x BufLenP=%x, buflen=%d\n",Buffer, BufLenP, + *BufLenP); /* Header for the entire thing, with a false, large length */ bufp = asn_build_header(Buffer, BufLenP, (u_char)(ASN_SEQUENCE | -- 2.47.3