added null terminator
This commit is contained in:
parent
fc8ff4fc24
commit
b9ff2077b6
|
@ -95,6 +95,8 @@ impl Qname {
|
|||
buf.push(*i);
|
||||
buf.extend(v.bytes());
|
||||
}
|
||||
|
||||
buf.push(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user