diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-01-21 22:49:27 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-01-21 22:49:27 +0100 |
commit | b117b71820fa797f1a983cd72f1930e6a9222eb0 (patch) | |
tree | 210620ad239f98f947d50468b5efa71cfb13da10 | |
parent | eb1b77d8c2dc32b1ec6e280822eb9e85f27d77a4 (diff) | |
parent | 546f6208610ccffde501565177c76c3f739febd8 (diff) | |
download | cacert-devel-b117b71820fa797f1a983cd72f1930e6a9222eb0.tar.gz cacert-devel-b117b71820fa797f1a983cd72f1930e6a9222eb0.tar.xz cacert-devel-b117b71820fa797f1a983cd72f1930e6a9222eb0.zip |
Merge branch 'bug-775' into testserver-stable
-rwxr-xr-x | CommModule/client.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CommModule/client.pl b/CommModule/client.pl index 08d7c6e..64c3c7f 100755 --- a/CommModule/client.pl +++ b/CommModule/client.pl @@ -832,7 +832,7 @@ sub HandleCerts($$) SysLog "SAN: --$SAN--\n" if($debug); SysLog "memid: $row{'memid'}\n" if($debug); - my $days=$org?($server?(30):7):calculateDays($row{"memid"}); + my $days=$org?30:calculateDays($row{"memid"}); my $md_id = 0; $md_id = 1 if( $row{'md'} eq "md5"); |