summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@openbsd.org>2004-01-28 01:35:16 +0000
committerkevlo <kevlo@openbsd.org>2004-01-28 01:35:16 +0000
commit3a23aa43d3170dbf098d9cf20b048475708862c0 (patch)
treefb0de5f9b5080a6f27a7a1136b214aa17ba37621
parentOops, forgot cvs add in previous commit; spotted by deraadt@ (diff)
downloadwireguard-openbsd-3a23aa43d3170dbf098d9cf20b048475708862c0.tar.xz
wireguard-openbsd-3a23aa43d3170dbf098d9cf20b048475708862c0.zip
remove unused variable. ok millert@
-rw-r--r--usr.sbin/ppp/ppp/bundle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/bundle.c b/usr.sbin/ppp/ppp/bundle.c
index 136943f2b1e..5dfadc58f48 100644
--- a/usr.sbin/ppp/ppp/bundle.c
+++ b/usr.sbin/ppp/ppp/bundle.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: bundle.c,v 1.68 2004/01/23 03:48:43 deraadt Exp $
+ * $OpenBSD: bundle.c,v 1.69 2004/01/28 01:35:16 kevlo Exp $
*/
#include <sys/param.h>
@@ -1782,7 +1782,7 @@ bundle_setsid(struct bundle *bundle, int holdsession)
write(fds[1], "!", 1); /* done */
close(fds[1]);
if (holdsession) {
- int fd, status;
+ int status;
timer_TermService();
signal(SIGPIPE, SIG_DFL);