Skip to content
Snippets Groups Projects
Commit 1463ca82 authored by dkirov's avatar dkirov
Browse files

merge from zeroconf branch

(fixed bug: xml error when we get CDATA after
 initial stream header)
parent e1ab80d6
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ class NodeBuilder:
if self.last_is_data:
if self.data_buffer:
self.data_buffer.append(data)
else:
elif self._ptr:
self.data_buffer = [data]
self.last_is_data = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment