mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
fix compilation error caused by parallel merges
commits: -f5be437711-707826359b
This commit is contained in:
committed by
Dan Christian Bogos
parent
2dca5e3c32
commit
8d9c0c3e24
@@ -316,7 +316,7 @@ func (s *IPService) V1ClearIPAllocations(ctx *context.Context, args *utils.Clear
|
||||
utils.IPAllocationsLockKey(tnt, args.ID))
|
||||
defer guardian.Guardian.UnguardIDs(lkID)
|
||||
|
||||
allocs, err := s.dm.GetIPAllocations(ctx, tnt, args.ID, true, true, utils.NonTransactional)
|
||||
allocs, err := s.dm.GetIPAllocations(ctx, tnt, args.ID, true, true, utils.NonTransactional, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user