mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
openssh: don't brace, not needed #5182
This commit is contained in:
parent
b826ae3d5c
commit
a232fefaa2
@ -224,10 +224,6 @@ function openssh_configure_do($verbose = false, $interface = '')
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($info['family'] == 'inet6') {
|
||||
$tmpaddr = "[$tmpaddr]";
|
||||
}
|
||||
|
||||
$listeners[] = $tmpaddr;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user