mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
TODO server: Fixed server support.
This commit is contained in:
@@ -85,7 +85,11 @@ ssh_packet_callback default_packet_handlers[]= {
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL, // 62-79
|
||||
#ifdef WITH_SERVER
|
||||
ssh_packet_global_request, // SSH2_MSG_GLOBAL_REQUEST 80
|
||||
#else /* WITH_SERVER */
|
||||
NULL,
|
||||
#endif /* WITH_SERVER */
|
||||
ssh_request_success, // SSH2_MSG_REQUEST_SUCCESS 81
|
||||
ssh_request_denied, // SSH2_MSG_REQUEST_FAILURE 82
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL,// 83-89
|
||||
|
Reference in New Issue
Block a user