Skip to content

Commit

Permalink
Merge pull request #94 from Zimbra/ZBUG-2411-1
Browse files Browse the repository at this point in the history
ZBUG-2411 - zmdhparam is broken
  • Loading branch information
umagmrit authored Oct 28, 2021
2 parents 06cd2fd + e29f046 commit cbdfdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/zmdhparam
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ them (Proxy/MTA/LDAP) are restarted.
sub getNewDHParam {
my ( $self, $file ) = @_;
return join( "",
$self->run( $self->Openssl, "dhparam", $self->New, "-out", $file )
$self->run( $self->Openssl, "dhparam", "-out", $file, $self->New )
);
}

Expand Down

0 comments on commit cbdfdca

Please sign in to comment.