initialize inner member

pull/1/head
Jeff Becker 6 years ago
parent 2bcb4d30fd
commit ba87b1036a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1364,7 +1364,8 @@ namespace iwp
if(s == nullptr)
{
// new inbound session
s = link->create_session(*saddr, link->seckey);
s = link->create_session(*saddr, link->seckey);
s->link = link->link;
}
s->recv(buf, sz);
}

Loading…
Cancel
Save