mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Fix duplicate assigned IP check when adding assigned IPs to database
This commit is contained in:
parent
00ac35ad62
commit
e702942041
@ -998,6 +998,7 @@ void PostgreSQL::commitThread()
|
||||
PQclear(PQexec(conn, "ROLLBACK"));
|
||||
break;;
|
||||
}
|
||||
assignments.push_back(addr);
|
||||
}
|
||||
|
||||
res = PQexec(conn, "COMMIT");
|
||||
|
Loading…
x
Reference in New Issue
Block a user