nut: Fix a typo in setting a driver parameter

synchronous would not get set due to typo.  Fixed.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
Daniel F. Dickinson
2018-12-05 23:57:25 -05:00
parent ae102f4ef8
commit 192b0f1646
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ build_global_driver_config() {
get_write_driver_config "$cfg" maxretry
get_write_driver_config "$cfg" retrydelay
get_write_driver_config "$cfg" pollinterval
get_write_dirver_config "$cfg" synchronous
get_write_driver_config "$cfg" synchronous
config_get runas "$cfg" user "nut"
RUNAS="$runas"