Skip to content

Commit

Permalink
Merge pull request #10 from UlfBj/ecf
Browse files Browse the repository at this point in the history
at-inquiry bug fix.
  • Loading branch information
UlfBj authored Apr 2, 2024
2 parents c84e29a + d1d0f52 commit 956149f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/vissv2server/atServer/atServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ func initLists() {
activeList = make([]ActiveListElem, LISTSIZE)
for i := 0; i < LISTSIZE; i++ {
pendingList[i].GatingId = -1
pendingList[i].Consent = "NOT_SET"
activeList[i].GatingId = -1
}
}
Expand Down

0 comments on commit 956149f

Please sign in to comment.