Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
uniquefine committed Sep 25, 2023
1 parent a50e804 commit c11259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/app/appnet/intra_as.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (q IntraASPathQuerier) Query(_ context.Context, _ addr.IA) ([]snet.Path, er
DataplanePath: path.Empty{},
Meta: snet.PathMetadata{
MTU: q.MTU,
Expiry: time.Now().Add(rawpath.MaxTTL * time.Second),
Expiry: time.Now().Add(rawpath.MaxTTL),
},
}}, nil
}

0 comments on commit c11259c

Please sign in to comment.