diff options
author | 2009-11-01 19:28:09 +0000 | |
---|---|---|
committer | 2009-11-01 19:28:09 +0000 | |
commit | dd50ee241f0ecbd71b0951772311651f899037e2 (patch) | |
tree | 738059cf92caa7fb2fa0e0c6015056a6185a6172 | |
parent | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so (diff) | |
download | wireguard-openbsd-dd50ee241f0ecbd71b0951772311651f899037e2.tar.xz wireguard-openbsd-dd50ee241f0ecbd71b0951772311651f899037e2.zip |
remove unused variable
ok sthen@
-rw-r--r-- | libexec/tftp-proxy/filter.c | 3 |
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); |