Commit c7c05641 authored by Andrew Tridgell's avatar Andrew Tridgell

get the date comparison the right way around

parent e8030905
...@@ -258,7 +258,7 @@ foreach $hour ( sort keys(xfertbytes) ) { ...@@ -258,7 +258,7 @@ foreach $hour ( sort keys(xfertbytes) ) {
exit(0); exit(0);
sub datecompare { sub datecompare {
$a lt $b; $a gt $b;
} }
sub domnamcompare { sub domnamcompare {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment