Fix issue
This commit is contained in:
		@@ -237,7 +237,7 @@ fn refresh_crl(d: &CertData) -> anyhow::Result<()> {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Check if revocation is un-needed
 | 
					        // Check if revocation is un-needed
 | 
				
			||||||
        let next_update = crl.next_update().ok_or(PKIError::MissingCRLNextUpdate)?;
 | 
					        let next_update = crl.next_update().ok_or(PKIError::MissingCRLNextUpdate)?;
 | 
				
			||||||
        if next_update.compare(Asn1Time::days_from_now(0)?.as_ref())? < Ordering::Greater {
 | 
					        if next_update.compare(Asn1Time::days_from_now(0)?.as_ref())? == Ordering::Greater {
 | 
				
			||||||
            return Ok(());
 | 
					            return Ok(());
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user