mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
handle ChannelClose
This commit is contained in:
parent
cb73214bc3
commit
f2195133fb
6 changed files with 38 additions and 7 deletions
|
|
@ -66,9 +66,6 @@ pub mod parse {
|
|||
}
|
||||
fn domain_reply_code(input: &[u8]) -> IResult<'_, ReplyCode> {
|
||||
let (input, result) = short(input)?;
|
||||
if result == 0 {
|
||||
fail!("number was 0 for field result")
|
||||
}
|
||||
Ok((input, result))
|
||||
}
|
||||
fn domain_reply_text(input: &[u8]) -> IResult<'_, ReplyText> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue