summaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2009-11-01 19:28:10 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2009-11-01 19:28:10 +0000
commitfed2d79ca398328062409a00494fc0cac57a5a30 (patch)
tree22be091861efd925c727443ea2621b0695e6abf9 /libexec/tftp-proxy
parent8be1a254d891ccea583db329e23a02b79f1332a4 (diff)
remove unused variable
ok sthen@
Diffstat (limited to 'libexec/tftp-proxy')
-rw-r--r--libexec/tftp-proxy/filter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/tftp-proxy/filter.c b/libexec/tftp-proxy/filter.c
index 1fa1a5fa921..ee86a6d8f9d 100644
--- a/libexec/tftp-proxy/filter.c
+++ b/libexec/tftp-proxy/filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: filter.c,v 1.4 2009/09/01 13:45:13 sthen Exp $ */
+/* $OpenBSD: filter.c,v 1.5 2009/11/01 19:28:09 chl Exp $ */
/*
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@ -160,7 +160,6 @@ int
prepare_commit(u_int32_t id)
{
char an[PF_ANCHOR_NAME_SIZE];
- int i;
memset(&pft, 0, sizeof pft);
memset(&pfte, 0, sizeof pfte);