From 07a5ca20622b6e5dfe6b0612b01ec80098dd367f Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Thu, 17 Mar 2005 02:19:18 +0000 Subject: [PATCH] Properly set default argument for resync_all_package_configs (== -> =). --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 14b22950f7..30f3ed3e07 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -573,7 +573,7 @@ function update_progress_bar($percent) { * resync_all_package_configs() Force packages to setup their configuration and rc.d files. * This function may also print output to the terminal indicating progress. */ -function resync_all_package_configs($show_message) { +function resync_all_package_configs($show_message = false) { global $config; $i = 0; log_error("Resyncing configuration for all packages.");