Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
139
Issues
139
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
52dc847c
Commit
52dc847c
authored
Sep 16, 2020
by
Rob Swindell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log message change: "Raw TCP" instead of "Raw/TCP" oooh.... ahhhh...
parent
f7b33b97
Pipeline
#154
passed with stage
in 9 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/answer.cpp
src/sbbs3/answer.cpp
+1
-1
No files found.
src/sbbs3/answer.cpp
View file @
52dc847c
...
...
@@ -452,7 +452,7 @@ bool sbbs_t::answer()
if
(
telnet_rows
>=
TERM_ROWS_MIN
&&
telnet_rows
<=
TERM_ROWS_MAX
)
rows
=
telnet_rows
;
}
else
{
lprintf
(
LOG_NOTICE
,
"no Telnet commands received, reverting to Raw
/
TCP mode"
);
lprintf
(
LOG_NOTICE
,
"no Telnet commands received, reverting to Raw
TCP mode"
);
telnet_mode
|=
TELNET_MODE_OFF
;
client
.
protocol
=
"Raw"
;
client_on
(
client_socket
,
&
client
,
/* update: */
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment