mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
A small but very critical bug.
This commit is contained in:
parent
82f3295794
commit
7c84b74185
@ -103,7 +103,7 @@ int udp_senddata ( struct udp_connection *conn ) {
|
||||
return -ENOMEM;
|
||||
}
|
||||
pkb_reserve ( conn->tx_pkb, UDP_MAX_HLEN );
|
||||
conn->udp_op->senddata ( conn, conn->tx_pkb,
|
||||
conn->udp_op->senddata ( conn, conn->tx_pkb->data,
|
||||
pkb_available ( conn->tx_pkb ) );
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user