diff --git a/library/ipaapi.py b/library/ipaapi.py index 81dc4479..23bee0b4 100644 --- a/library/ipaapi.py +++ b/library/ipaapi.py @@ -172,7 +172,7 @@ def main(): # Add CA certs to a temporary NSS database argspec = inspect.getargspec(tmp_db.create_db) try: - if NUM_VERSION > 40400: + if NUM_VERSION > 40404: tmp_db.create_db() for i, cert in enumerate(ca_certs):