refactor: packet module (split to parse/build/layer/tunnel/utils)
This commit is contained in:
@@ -16,7 +16,6 @@ struct packet_io *packet_io_new(struct packet_io_options *opts)
|
||||
struct packet_io *packet_io = (struct packet_io *)calloc(1, sizeof(struct packet_io));
|
||||
if (packet_io == NULL)
|
||||
{
|
||||
PACKET_IO_LOG_ERROR("unable to alloc packet io");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user