SEBSERV-376 fixed

This commit is contained in:
anhefti 2023-02-28 11:46:21 +01:00
parent 51c375bb43
commit 686d4fa7ea

View file

@ -821,7 +821,6 @@ public class ClientConnectionDAOImpl implements ClientConnectionDAO {
.and(
ClientConnectionRecordDynamicSqlSupport.clientVersionGranted,
SqlBuilder.isNull())
.and(ClientConnectionRecordDynamicSqlSupport.ask, SqlBuilder.isNotNull())
.build()
.execute());
}