Skip to content

Commit

Permalink
fix DeviceID
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Dec 20, 2024
1 parent 021d235 commit e411bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/powerdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func (w *PdnsProcessor) StartCollect() {
pdns.InitialRequestorID = hex.EncodeToString(pbdm.InitialRequestId)
pdns.RequestorID = pbdm.GetRequestorId()
pdns.DeviceName = pbdm.GetDeviceName()
pdns.DeviceId = hex.EncodeToString(pbdm.DeviceId)
pdns.DeviceID = hex.EncodeToString(pbdm.DeviceId)

// finally set pdns to dns message
dm.PowerDNS = &pdns
Expand Down

0 comments on commit e411bba

Please sign in to comment.