Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f6365
)
python3: Fixed bug in sendreq.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 28 Mar 2016 00:29:47 +0000
(
02:29
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 3 Apr 2016 02:54:43 +0000
(
04:54
+0200)
python3/ashd/proto.py
patch
|
blob
|
blame
|
history
diff --git
a/python3/ashd/proto.py
b/python3/ashd/proto.py
index
7a078de
..
aa6b686
100644
(file)
--- a/
python3/ashd/proto.py
+++ b/
python3/ashd/proto.py
@@
-179,4
+179,4
@@
def sendreq(sock, req):
data += key + b'\0'
data += val + b'\0'
data += b'\0'
- htlib.sendfd(sock, req.sk.fileno(), data)
+ htlib.sendfd(sock, req.
b
sk.fileno(), data)