Browse Source

remove duplicate line

Thibaut Vandervelden 3 years ago
parent
commit
ea1bd3fc8e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/iface/fragmentation.rs

+ 0 - 1
src/iface/fragmentation.rs

@@ -154,7 +154,6 @@ impl<'a, Info: PacketAssemblerInfo> PacketAssembler<'a, Info> {
                 }
             }
         };
-        self.assembler = AssemblerState::NotInit;
         Ok(b)
     }