View | Details | Raw Unified | Return to bug 28220
Collapse All | Expand All

(-)a/ucs-4.0-1/base/univention-python/modules/uldap.py (-1 / +1 lines)
Lines 593-599 def __setstate__(self, dict): Link Here
593
593
594
		_d=univention.debug.function('uldap.__setstate__')
594
		_d=univention.debug.function('uldap.__setstate__')
595
		self.__dict__.update(dict)
595
		self.__dict__.update(dict)
596
		self.__open()
596
		self.__open(self.ca_certfile)
597
597
598
	def _handle_referral(self, exception):
598
	def _handle_referral(self, exception):
599
		# Following referral
599
		# Following referral

Return to bug 28220