cmd/uplink: don't send TODO as the instance id
there's not really anything better to send. uplinks have rotating node ids on each startup, so that's not right here. i don't think anyone will use instance id for uplinks so let's just fold and send nothing. Change-Id: I2511605e95eba1816d662d385b28d5feab8c4eb0
This commit is contained in:
parent
5cfd64579e
commit
9c09a8dbd5
@ -273,7 +273,7 @@ func (ex *external) Wrap(ctx context.Context, cmd clingy.Command) (err error) {
|
||||
client := eventkit.NewUDPClient(
|
||||
appname,
|
||||
appversion,
|
||||
"TODO",
|
||||
"",
|
||||
ex.events.address,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user