summaryrefslogtreecommitdiff
path: root/sbin/ipsec/photurisd/photuris_value_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ipsec/photurisd/photuris_value_response.c')
-rw-r--r--sbin/ipsec/photurisd/photuris_value_response.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsec/photurisd/photuris_value_response.c b/sbin/ipsec/photurisd/photuris_value_response.c
index 78d20847915..090233c5e16 100644
--- a/sbin/ipsec/photurisd/photuris_value_response.c
+++ b/sbin/ipsec/photurisd/photuris_value_response.c
@@ -34,7 +34,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: photuris_value_response.c,v 1.1 1997/07/18 22:48:49 provos Exp $";
+static char rcsid[] = "$Id: photuris_value_response.c,v 1.2 1998/03/04 11:43:44 provos Exp $";
#endif
#include <stdio.h>
@@ -78,6 +78,7 @@ photuris_value_response(struct stateob *st, u_char *buffer, int *size)
bcopy(st->rcookie, header->rcookie, COOKIE_SIZE);
bzero(header->reserved, sizeof(header->reserved)); /* zero for now */
+ bzero(st->oSPITBV, 3);
*size = asize;
return 0;