pthread elimination
FossilOrigin-Name: b7d15de9152feaa7cbb37c1c2c42ff2a6598db2223a90d7ba6c1d13e76b175b0
This commit is contained in:
parent
cf43483568
commit
8226b3aa4d
@ -74,7 +74,7 @@ static struct conn * conn=0;
|
||||
struct conn * get_conn()
|
||||
{
|
||||
if (!conn){
|
||||
conn = conn_create(-1,0,0);
|
||||
conn = conn_create_noq(-1,0);
|
||||
}
|
||||
return conn;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user