View | Details | Raw Unified | Return to bug 268209
Collapse All | Expand All

(-)b/sysutils/pftop/files/extra-patch-pftop.c (-1 / +1 lines)
Lines 343-349 $OpenBSD: patch-pftop_c,v 1.12 2009/12/02 21:16:10 sthen Exp $ Link Here
343
 #endif
343
 #endif
344
 #ifdef HAVE_RULE_STATES
344
 #ifdef HAVE_RULE_STATES
345
+#ifdef HAVE_PFSYNC_KEY
345
+#ifdef HAVE_PFSYNC_KEY
346
+	print_fld_size(FLD_STATS, pr->states_tot);
346
+	print_fld_size(FLD_STATS, *pr->states_tot);
347
+#else
347
+#else
348
 	print_fld_size(FLD_STATS, pr->states);
348
 	print_fld_size(FLD_STATS, pr->states);
349
 #endif
349
 #endif

Return to bug 268209