nat: Fix nat crash on start due forgetting the ->data pointer..

This commit is contained in:
Holger Hans Peter Freyther
2010-07-22 20:30:40 +08:00
parent c95cfda58d
commit e8723dcb86

View File

@@ -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) {