Project

General

Profile

« Previous | Next » 

Revision 9c418998

Added by Bill Marquette almost 20 years ago

missing paren

View differences:

etc/inc/vslb.inc
37 37
	global $config, $g;
38 38

  
39 39
	/* no need to go further if we don't have any load balance stuff */
40
	if (!is_array($config['load_balancer']) || (!is_array($config['load_balancer']['pool']))
40
	if ((!is_array($config['load_balancer'])) || (!is_array($config['load_balancer']['pool'])))
41 41
		return;
42 42

  
43 43
	$a_vs = &$config['load_balancer']['virtual_server'];

Also available in: Unified diff