Skip to content

Commit

Permalink
fix: socket tcp port typedef (vectordotdev#18180)
Browse files Browse the repository at this point in the history
* fix socket tcp port typedef

* also fix udp
  • Loading branch information
fuchsnj authored Aug 14, 2023
1 parent e27684c commit b0c89ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sources/socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl SourceConfig for SocketConfig {
Self::NAME,
legacy_port_key,
&owned_value_path!("port"),
Kind::bytes(),
Kind::integer(),
None,
)
.with_source_metadata(
Expand Down 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 b0c89ab

Please sign in to comment.