Skip to content

Commit

Permalink
fix initial capture creation
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Nov 8, 2024
1 parent 37d35d3 commit 7d6a081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ impl Service {
if let Some(hostname) = self.client_manager.get_hostname(handle) {
resolver.resolve(handle, hostname);
}
if let Some(pos) = self.client_manager.get_pos(handle) {
capture.create(handle, pos, CaptureType::Default);
}
}

loop {
Expand Down

0 comments on commit 7d6a081

Please sign in to comment.