Skip to content

Commit

Permalink
also fix udp
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchsnj committed Aug 14, 2023
1 parent 37e9d0f commit 6c2d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl SourceConfig for SocketConfig {
Self::NAME,
legacy_port_key,
&owned_value_path!("port"),
Kind::bytes(),
Kind::integer(),
None,
)
}
Expand Down

0 comments on commit 6c2d062

Please sign in to comment.