Merge pull request #83 from DavidLin1577/patch-2
Update qcloud_network.c
This commit is contained in:
@@ -122,7 +122,6 @@ __QCLOUD_API__ qcloud_err_t qcloud_network_udp_init(qcloud_network_t *network)
|
|||||||
{
|
{
|
||||||
QCLOUD_POINTER_SANITY_CHECK(network, QCLOUD_ERR_INVAL);
|
QCLOUD_POINTER_SANITY_CHECK(network, QCLOUD_ERR_INVAL);
|
||||||
|
|
||||||
|
|
||||||
network->connect = qcloud_network_udp_connect;
|
network->connect = qcloud_network_udp_connect;
|
||||||
network->read = qcloud_network_udp_read;
|
network->read = qcloud_network_udp_read;
|
||||||
network->write = qcloud_network_udp_write;
|
network->write = qcloud_network_udp_write;
|
||||||
|
Reference in New Issue
Block a user