Skip to content

Commit

Permalink
Merge pull request pfsense#237 from leroux/master
Browse files Browse the repository at this point in the history
Missing newline.
  • Loading branch information
jim-p committed May 3, 2012
2 parents 5f2c48f + 82e2336 commit b1edcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/openvpn-client-export/openvpn-client-export.inc
Expand Up @@ -236,7 +236,7 @@ function openvpn_client_export_config($srvid, $usrid, $crtid, $useaddr, $usetoke
if (is_array($server_cert) && ($server_cert['crt'])) {
$purpose = cert_get_purpose($server_cert['crt'], true);
if ($purpose['server'] == 'Yes')
$conf .= "ns-cert-type server";
$conf .= "ns-cert-type server{$nl}";
}
}

Expand Down

0 comments on commit b1edcdb

Please sign in to comment.