summaryrefslogtreecommitdiffstats
path: root/cython
diff options
context:
space:
mode:
Diffstat (limited to 'cython')
-rw-r--r--cython/lockdown.pxi2
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:
90 cdef bytes result = self._c_record.root_certificate 90 cdef bytes result = self._c_record.root_certificate
91 return result 91 return result
92 92
93cdef class LockdownServiceDescriptor: 93cdef class LockdownServiceDescriptor(Base):
94 #def __cinit__(self, uint16_t port, uint8_t ssl_enabled, *args, **kwargs): 94 #def __cinit__(self, uint16_t port, uint8_t ssl_enabled, *args, **kwargs):
95 def __dealloc__(self): 95 def __dealloc__(self):
96 cdef lockdownd_error_t err 96 cdef lockdownd_error_t err