Fix duplicate assigned IP check when adding assigned IPs to database

This commit is contained in:
Grant Limberg 2020-03-03 13:34:24 -08:00
parent 00ac35ad62
commit e702942041
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -998,6 +998,7 @@ void PostgreSQL::commitThread()
PQclear(PQexec(conn, "ROLLBACK"));
break;;
}
assignments.push_back(addr);
}
res = PQexec(conn, "COMMIT");