Use const for x11_auth_* strings
This commit is contained in:
parent
7cc4471168
commit
cee8ca339b
@ -77,8 +77,8 @@ struct ssh_channel_request {
|
||||
|
||||
/* X11 */
|
||||
uint8_t x11_single_connection;
|
||||
char *x11_auth_protocol;
|
||||
char *x11_auth_cookie;
|
||||
const char *x11_auth_protocol;
|
||||
const char *x11_auth_cookie;
|
||||
uint32_t x11_screen_number;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user