Skip to content

Commit

Permalink
Get rid of warning when compiling with OPT_DEBUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbride committed Jan 25, 2008
1 parent 5600717 commit 0c54afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/pfctl/pfctl_optimize.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: pfctl_optimize.c,v 1.14 2007/11/27 16:22:13 martynas Exp $ */
/* $OpenBSD: pfctl_optimize.c,v 1.15 2008/01/25 07:27:24 mcbride Exp $ */

/*
* Copyright (c) 2004 Mike Frantzen <frantzen@openbsd.org>
Expand Down Expand Up @@ -1465,7 +1465,7 @@ superblock_inclusive(struct superblock *block, struct pf_opt_rule *por)
}

if (closest >= 0)
DEBUG("superblock break @ %d on %s+%xh",
DEBUG("superblock break @ %d on %s+%lxh",
por->por_rule.nr,
pf_rule_desc[closest].prf_name,
i - pf_rule_desc[closest].prf_offset -
Expand Down

0 comments on commit 0c54afc

Please sign in to comment.