diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-30 22:33:10 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-30 22:33:10 +0000 |
commit | 2a4385068fdf65e236d49492426223f84c8d2ac7 (patch) | |
tree | 00380546b976ea811ee6c67504ead2bbd7123245 /sbin | |
parent | ee5a272935d7c34d70d81100ea5c69f01ed978c6 (diff) |
Merge with EOM 1.39
author: niklas
Unused var removed
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/transport.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/isakmpd/transport.c b/sbin/isakmpd/transport.c index b93e49f2486..59257b6d075 100644 --- a/sbin/isakmpd/transport.c +++ b/sbin/isakmpd/transport.c @@ -1,5 +1,5 @@ -/* $OpenBSD: transport.c,v 1.7 1999/04/30 11:46:48 niklas Exp $ */ -/* $EOM: transport.c,v 1.38 1999/04/30 11:05:41 niklas Exp $ */ +/* $OpenBSD: transport.c,v 1.8 1999/04/30 22:33:09 niklas Exp $ */ +/* $EOM: transport.c,v 1.39 1999/04/30 11:59:39 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -213,7 +213,6 @@ transport_send_messages (fd_set *fds) struct message *msg; struct exchange *exchange; struct timeval expiration; - struct sa *sa; int expiry, ok_to_drop_message; /* Reference all transports first so noone will disappear while in use. */ |