Skip to content

Commit

Permalink
From 43af9e185728ae3a006cbdea33d41f099f80c45f Mon Sep 17 00:00:00 2001
Browse files Browse the repository at this point in the history
From: Edmund Jorgensen <[email protected]>
Date: Tue, 22 May 2012 17:17:08 -0400
Subject: [PATCH] Fix typo in module name: pureldap -> pureber.
  • Loading branch information
psi29a committed Jul 4, 2014
1 parent d8d76c1 commit afa9490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldaptor/protocols/ldap/ldapserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def dataReceived(self, recd):
while 1:
try:
o, bytes=pureber.berDecodeObject(self.berdecoder, self.buffer)
except pureldap.BERExceptionInsufficientData: #TODO
except pureber.BERExceptionInsufficientData: #TODO
o, bytes=None, 0
self.buffer = self.buffer[bytes:]
if o is None:
Expand Down

0 comments on commit afa9490

Please sign in to comment.