summaryrefslogtreecommitdiff
path: root/svr-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-session.c')
-rw-r--r--svr-session.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/svr-session.c b/svr-session.c
index 8485905..24a5a36 100644
--- a/svr-session.c
+++ b/svr-session.c
@@ -66,6 +66,9 @@ static const packettype svr_packettypes[] = {
{SSH_MSG_CHANNEL_OPEN_CONFIRMATION, recv_msg_channel_open_confirmation},
{SSH_MSG_CHANNEL_OPEN_FAILURE, recv_msg_channel_open_failure},
#endif
+#ifdef ENABLE_SVR_PAM_AUTH
+ {SSH_MSG_USERAUTH_INFO_RESPONSE, recv_msg_userauth_info_response},
+#endif
{0, 0} /* End */
};