summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-17 02:19:18 +0000
committerColin Smith <colin@pfsense.org>2005-03-17 02:19:18 +0000
commit07a5ca20622b6e5dfe6b0612b01ec80098dd367f (patch)
tree9f6ec6dff7d85ddca77cfe67eca7bfb1b28396c0
parent4bc4f5378409f8392600c426cc8ab0ad81257213 (diff)
downloadpfsense-07a5ca20622b6e5dfe6b0612b01ec80098dd367f.zip
pfsense-07a5ca20622b6e5dfe6b0612b01ec80098dd367f.tar.gz
Properly set default argument for resync_all_package_configs (== -> =).
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 14b2295..30f3ed3 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.");
OpenPOWER on IntegriCloud