Project

General

Profile

« Previous | Next » 

Revision 0538cfa2

Added by Jim Pingle over 9 years ago

Fix whitespace in upgrade_118_to_119

View differences:

src/etc/inc/upgrade_config.inc
3818 3818
function upgrade_118_to_119() {
3819 3819
	global $config;
3820 3820

  
3821
        if (!isset($config['ipsec']['phase1'])) {
3822
                return;
3823
        }
3821
	if (!isset($config['ipsec']['phase1'])) {
3822
		return;
3823
	}
3824 3824

  
3825 3825
	// change peerid_type to 'any' for EAP types to retain previous behavior of omitting rightid
3826 3826
	$a_phase1 =& $config['ipsec']['phase1'];

Also available in: Unified diff