Page MenuHomePhorge

D3451.1775228109.diff
No OneTemporary

Authored By
Unknown
Size
780 B
Referenced Files
None
Subscribers
None

D3451.1775228109.diff

diff --git a/saslauthd/__init__.py b/saslauthd/__init__.py
--- a/saslauthd/__init__.py
+++ b/saslauthd/__init__.py
@@ -270,13 +270,13 @@
if success:
# #1170: Catch broken pipe error (incomplete authentication request)
try:
- clientsocket.send(struct.pack("!H2s", 2, "OK"))
+ clientsocket.send(struct.pack("!H2s", 2, b"OK"))
except:
pass
else:
# #1170: Catch broken pipe error (incomplete authentication request)
try:
- clientsocket.send(struct.pack("!H2s", 2, "NO"))
+ clientsocket.send(struct.pack("!H2s", 2, b"NO"))
except:
pass

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 2:55 PM (1 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824365
Default Alt Text
D3451.1775228109.diff (780 B)

Event Timeline