bugfix
This commit is contained in:
parent
a643172a79
commit
ef093cafff
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class sshd {
|
|||
case $sshd_permit_empty_passwords {
|
||||
'': { $sshd_permit_empty_passwords = 'no' }
|
||||
}
|
||||
if ( $sshd_port != '' ) && ( $sshd_ports != []) {
|
||||
if ( $sshd_port != '' ) and ( $sshd_ports != []) {
|
||||
err("Cannot use sshd_port and sshd_ports at the same time.")
|
||||
}
|
||||
if $sshd_port != '' {
|
||||
|
|
Loading…
Reference in a new issue