Project

General

Profile

« Previous | Next » 

Revision 68d6d0b8

Added by Phil Davis almost 10 years ago

Handle multiple notices in the same second RELENG_2_2

Backport of https://github.com/pfsense/pfsense/pull/1823

View differences:

etc/inc/notices.inc
80 80
				'category'	=> $category,
81 81
				'priority'	=> $priority,
82 82
			);
83
	while (isset($queue[$queuekey])) {
84
		$queuekey++;
85
	}
83 86
	$queue[$queuekey] = $toqueue;
84 87
	$queueout = fopen($notice_path, "w");
85 88
	if(!$queueout) {

Also available in: Unified diff