mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
Merge r6010 from 3.0.x-iser branch
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6254 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -74,7 +74,7 @@ static struct isert_conn_dev *get_available_dev(struct isert_listener_dev *dev,
|
||||
res->occupied = 1;
|
||||
res->conn = conn;
|
||||
isert_set_priv(conn, res);
|
||||
list_add(&res->conn_list_entry, &dev->new_conn_list);
|
||||
list_add_tail(&res->conn_list_entry, &dev->new_conn_list);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user