Skip to content

Commit

Permalink
server-func (CALLBACK_SERVER_CHANNEL_REQUEST): Improve
Browse files Browse the repository at this point in the history
* libguile-ssh/server-func.c (CALLBACK_SERVER_CHANNEL_REQUEST): Make the
  callback name shorter.
  • Loading branch information
artyom-poptsov committed Dec 18, 2023
1 parent 0322b36 commit a3219ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libguile-ssh/server-func.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const char* CALLBACK_SERVER_AUTH_PASSWORD = "server-auth-password-callback";
const char* CALLBACK_SERVER_AUTH_NONE = "server-auth-none-callback";
const char* CALLBACK_SERVER_AUTH_PUBKEY = "server-auth-pubkey-callback";
const char* CALLBACK_SERVER_SERVICE_REQUEST = "server-service-request-callback";
const char* CALLBACK_SERVER_CHANNEL_REQUEST = "channel-open-request-session-callback";
const char* CALLBACK_SERVER_CHANNEL_REQUEST = "server-channel-request-callback";


/* Guile SSH specific options that are aimed to unificate the way of
Expand Down

0 comments on commit a3219ae

Please sign in to comment.