openvpn: style issue

This commit is contained in:
Franco Fichtner 2018-11-05 21:29:27 +01:00
parent 534c918a4e
commit 8283fd3969

View File

@ -79,7 +79,7 @@ class PlainOpenVPN extends BaseExporter implements IExportProvider
}
$conf[] = "persist-tun";
$conf[] = "persist-key";
if (strncasecmp($this->config['protocol'], "tcp",3)) {
if (strncasecmp($this->config['protocol'], "tcp", 3)) {
$conf[] = "{$this->config['protocol']}-client";
} else {
$conf[] = $this->config['protocol'];