Commit 8878793d authored by Pavel Emelyanov's avatar Pavel Emelyanov

crit: Fix sk-queues extra handler variable name

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 09562307
......@@ -185,7 +185,7 @@ class pipes_data_extra_handler:
f.write(data)
class sk_queues_extra_handler:
def load(self, f, pb):
def load(self, f, pload):
size = pload.length
data = f.read(size)
return data.encode('base64')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment