mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
nat: Fix nat crash on start due forgetting the ->data pointer..
This commit is contained in:
@@ -153,7 +153,6 @@ int bsc_msc_connect(struct bsc_msc_connection *con)
|
||||
|
||||
fd = &con->write_queue.bfd;
|
||||
fd->fd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
|
||||
fd->data = NULL;
|
||||
fd->priv_nr = 1;
|
||||
|
||||
if (fd->fd < 0) {
|
||||
|
Reference in New Issue
Block a user