Project

General

Profile

« Previous | Next » 

Revision 5f530364

Added by Renato Botelho about 4 years ago

ipsec: Use correct variable name

View differences:

src/etc/inc/ipsec.inc
541 541
 */
542 542
function ipsec_phase2_status($ipsec_status, $phase2) {
543 543

  
544
	if (ipsec_lookup_phase1($ph2ent, $ph1ent)) {
544
	if (ipsec_lookup_phase1($phase2, $ph1ent)) {
545 545
		return ipsec_phase1_status($ipsec_status, $ph1ent['ikeid']);
546 546
	}
547 547

  

Also available in: Unified diff