Skip to content

Commit 16b6e16

Browse files
Roytakmichalvasko
authored andcommitted
session_p UPDATE add a comment about kbdint union
1 parent b4ab156 commit 16b6e16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/session_p.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ struct nc_auth_client {
195195
};
196196

197197
char *password; /**< Client's password */
198-
enum nc_kbdint_auth_method kbdint_method; /**< Keyboard-interactive authentication method. */
198+
enum nc_kbdint_auth_method kbdint_method; /**< Keyboard-interactive authentication method,
199+
* may be extended by e.g. a union for each method when needed. */
199200
int none_enabled; /**< Implies that the client supports the none authentication method. */
200201
};
201202

0 commit comments

Comments
 (0)