diff options
Diffstat (limited to 'cython/lockdown.pxi')
-rw-r--r-- | cython/lockdown.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/lockdown.pxi b/cython/lockdown.pxi index 6fbe0e6..6fb49a3 100644 --- a/cython/lockdown.pxi +++ b/cython/lockdown.pxi @@ -90,7 +90,7 @@ cdef class LockdownPairRecord: cdef bytes result = self._c_record.root_certificate return result -cdef class LockdownServiceDescriptor: +cdef class LockdownServiceDescriptor(Base): #def __cinit__(self, uint16_t port, uint8_t ssl_enabled, *args, **kwargs): def __dealloc__(self): cdef lockdownd_error_t err |