Skip to content

Commit

Permalink
Fix copy-paste bug in ca-hook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sm0svx committed Jan 18, 2025
1 parent 39a9d4b commit bb499dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/svxlink/reflector/ca-hook.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def crt_renewed(cert) -> int:
"""\
Called when a certificate is renewed.
"""
if not config.keys() & {'CSR_SIGNED_MAIL_SUBJECT', 'CSR_SIGNED_MAIL_CONTENT'}:
if not config.keys() & {'CRT_RENEWED_MAIL_SUBJECT', 'CRT_RENEWED_MAIL_CONTENT'}:
return 0

callsign = cert.subject.get_attributes_for_oid(
Expand Down
2 changes: 1 addition & 1 deletion src/versions
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ DEVCAL=1.0.3.99.2
SVXSERVER=0.0.6

# Version for SvxReflector
SVXREFLECTOR=1.2.99.16
SVXREFLECTOR=1.2.99.17

0 comments on commit bb499dd

Please sign in to comment.