From Arnaud Ebalard: remove unnecessary unbindph12() call which is now done in remph2()

This commit is contained in:
tteras 2008-10-09 15:53:12 +00:00
parent c724d51982
commit 52d4b7db25
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isakmp_quick.c,v 1.21 2008/09/19 11:14:49 tteras Exp $ */
/* $NetBSD: isakmp_quick.c,v 1.22 2008/10/09 15:53:12 tteras Exp $ */
/* Id: isakmp_quick.c,v 1.29 2006/08/22 18:17:17 manubsd Exp */
@ -122,7 +122,6 @@ quick_timeover(iph2)
if (iph2->side == INITIATOR)
pk_sendeacquire(iph2);
unbindph12(iph2);
remph2(iph2);
delph2(iph2);
}