python3: Fixed bug in sendreq.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 28 Mar 2016 00:29:47 +0000 (02:29 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 3 Apr 2016 02:54:43 +0000 (04:54 +0200)
python3/ashd/proto.py

index 7a078de..aa6b686 100644 (file)
@@ -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.bsk.fileno(), data)