summaryrefslogtreecommitdiff
path: root/CommModule
diff options
context:
space:
mode:
Diffstat (limited to 'CommModule')
-rwxr-xr-xCommModule/client.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommModule/client.pl b/CommModule/client.pl
index c71102c..6ff3b5e 100755
--- a/CommModule/client.pl
+++ b/CommModule/client.pl
@@ -834,7 +834,7 @@ sub HandleCerts($$)
my $days=$org?($server?(365*2):365):calculateDays($row{"memid"});
- $md_id = 0;
+ my $md_id = 0;
$md_id = 1 if( $raw{'md'} eq "md5");
$md_id = 2 if( $raw{'md'} eq "sha1");
$md_id = 3 if( $raw{'md'} eq "rmd160");