Project

General

Profile

« Previous | Next » 

Revision a976fa82

Added by Scott Ullrich over 16 years ago

Unbreak.

Fatal error: Only variables can be passed by reference in /etc/inc/services.inc on line 596

Pointy-hat-to: smos

View differences:

etc/inc/services.inc
593 593
	/* kill any running snmpd */
594 594
	sigkillbypid("{$g['varrun_path']}/snmpd.pid", "TERM");
595 595
	if(is_process_running("bsnmpd")) 
596
		exec("/usr/bin/killall bsnmpd", true);
596
		mwexec("/usr/bin/killall bsnmpd", true);
597 597

  
598 598
	if (isset($config['snmpd']['enable'])) {
599 599

  

Also available in: Unified diff