Skip to content
Snippets Groups Projects
Commit 90bdf8c2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix CID 425333: update_binary_mode() is a function returning void

parent 8eef2dc8
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6372 passed
......@@ -93,7 +93,7 @@ request_telnet_opt(uchar cmd, uchar opt)
}
// Have conn_api.binary_mode auto-track (to true) when both sides are in binary TX mode
static inline
static inline void
update_binary_mode()
{
conn_api.binary_mode = (telnet_remote_option[TELNET_BINARY_TX] == TELNET_WILL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment