Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
2ebc0bb7
Commit
2ebc0bb7
authored
Apr 24, 2022
by
Rob Swindell
💬
Browse files
Populate line 36 (user alias) of door.sys with the current user's handle
Previously, we just always made this a blank line.
parent
e8c2e70c
Pipeline
#3002
passed with stage
in 9 minutes and 46 seconds
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/xtrn_sec.cpp
src/sbbs3/xtrn_sec.cpp
+1
-1
No files found.
src/sbbs3/xtrn_sec.cpp
View file @
2ebc0bb7
...
...
@@ -426,7 +426,7 @@ void sbbs_t::xtrndat(const char *name, const char *dropdir, uchar type, ulong tl
,
node_dir
/* 33: Path to MAIN directory */
,
data_dir
/* 34: Path to GEN directory */
,
cfg
.
sys_op
/* 35: Sysop name */
,
nulstr
/* 36: Alias name */
,
useron
.
handle
/* 36: Alias name */
,
0
// sys_eventtime/60 /* 37: Event time HH:MM */
,
0
// sys_eventtime%60
,
'Y'
);
/* 38: Error correcting connection */
...
...
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