ssh: Fix CentOS 7

One line got left out of the previous commit to fix compilation.
This commit is contained in:
John Thacker 2022-01-07 19:42:42 -05:00
parent 736441ccfa
commit c84430185b
1 changed files with 2 additions and 0 deletions

View File

@ -2952,6 +2952,8 @@ proto_register_ssh(void)
#ifdef SSH_DECRYPT_DEBUG
ssh_module = prefs_register_protocol(proto_ssh, ssh_prefs_apply_cb);
#else
ssh_module = prefs_register_protocol(proto_ssh, NULL);
#endif
prefs_register_bool_preference(ssh_module, "desegment_buffers",
"Reassemble SSH buffers spanning multiple TCP segments",