diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-12-11 20:32:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-12-11 20:32:16 +0000 |
commit | cd40f5ad40cd4912648f1cb155bf3167202ddc89 (patch) | |
tree | 899be9d91efe2a2e54f34007cf0f464d7093af92 /sbin/photurisd/handle_identity_request.c | |
parent | 99d6fb1f5b489b0e62fcb603c5f6fbeeb11d37fb (diff) |
remove lots of unnecssary code, on the way to new spd framework.
Diffstat (limited to 'sbin/photurisd/handle_identity_request.c')
-rw-r--r-- | sbin/photurisd/handle_identity_request.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/photurisd/handle_identity_request.c b/sbin/photurisd/handle_identity_request.c index b25a4bf7c1b..3d3b1fd329d 100644 --- a/sbin/photurisd/handle_identity_request.c +++ b/sbin/photurisd/handle_identity_request.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_identity_request.c,v 1.1 1998/11/14 23:37:23 deraadt Exp $"; +static char rcsid[] = "$Id: handle_identity_request.c,v 1.2 2000/12/11 20:32:15 provos Exp $"; #endif #include <stdio.h> @@ -327,8 +327,6 @@ handle_identity_request(u_char *packet, int size, char *address, /* Make session keys for User */ make_session_keys(st, spi); - spi_set_tunnel(st, spi); - spi_insert(spi); #ifdef IPSEC kernel_insert_spi(st, spi); |