fix bug in Symbian UDP socket (init err to 0)
This commit is contained in:
parent
92887e9713
commit
a3ef56ff0b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ int udp_sock::send(const struct sa *dst, struct mbuf *mb)
|
|||
{
|
||||
struct sa hdst;
|
||||
TRequestStatus stat;
|
||||
int err;
|
||||
int err = 0;
|
||||
|
||||
DEBUG_INFO("udp_sock::send %u bytes to %J\n", mbuf_get_left(mb), dst);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue