Skip to content

Commit

Permalink
ssh: reduce field type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
u3s committed Nov 12, 2024
1 parent 243b6dd commit bd81f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssh/src/ssh.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ in the User's Guide chapter.

-record(ssh,
{
role :: client | role(),
role :: role(),
peer :: undefined |
{inet:hostname(),ip_port()}, %% string version of peer address

Expand Down

0 comments on commit bd81f45

Please sign in to comment.