mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5c3d3ef711
PR: 48763 Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
14 lines
289 B
C
14 lines
289 B
C
|
|
$FreeBSD$
|
|
|
|
--- docsis_snmp.c.orig Tue Feb 11 16:36:30 2003
|
|
+++ docsis_snmp.c Thu Feb 27 19:17:23 2003
|
|
@@ -206,6 +206,7 @@
|
|
static char outbuf[1024];
|
|
char *cp;
|
|
|
|
+ badtype = 0;
|
|
memset (outbuf, 0, 1024);
|
|
|
|
vp = (struct variable_list *) malloc (sizeof (struct variable_list));
|