From bd81f45da71762e3f6d7dc197ef89206726b9c0a Mon Sep 17 00:00:00 2001 From: Jakub Witczak Date: Tue, 12 Nov 2024 16:20:53 +0100 Subject: [PATCH] ssh: reduce field type definition --- lib/ssh/src/ssh.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index f1cecf30c3cd..46d93a166212 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -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