Skip to content

Commit

Permalink
at-inquiry bug fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <ulfbjn@gmail.com>
  • Loading branch information
UlfBj committed Apr 2, 2024
1 parent 4c5099a commit d1d0f52
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 d1d0f52

Please sign in to comment.