opnsense-ports/net-mgmt/flow-tools/files/patch-src_flow-export.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
224 B
C

--- src/flow-export.c.orig Tue Jul 10 17:59:28 2007
+++ src/flow-export.c Tue Jul 10 18:00:22 2007
@@ -961,7 +961,7 @@
int fmt_xfields_type(char *buf, u_int64 xfield)
{
- int comma;
+ int comma = 0;
buf[0] = 0;