Show More
@@ -154,7 +154,7 b' class client(object):' | |||||
154 | if names: |
|
154 | if names: | |
155 | return filter(match, names.split('\0')) |
|
155 | return filter(match, names.split('\0')) | |
156 | return [] |
|
156 | return [] | |
157 | results = map(readnames, resphdr[:-1]) |
|
157 | results = tuple(map(readnames, resphdr[:-1])) | |
158 |
|
158 | |||
159 | if names: |
|
159 | if names: | |
160 | nbytes = resphdr[-1] |
|
160 | nbytes = resphdr[-1] |
General Comments 0
You need to be logged in to leave comments.
Login now