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
d2d63358
Commit
d2d63358
authored
Apr 20, 2020
by
rswindell
Browse files
Include pmode and n_pmode sub_t fields when cloning options.
Fixes bug reported by rampage in #synchronet.
parent
3c70c894
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/sbbs3/scfg/scfgmsg.c
src/sbbs3/scfg/scfgmsg.c
+2
-0
No files found.
src/sbbs3/scfg/scfgmsg.c
View file @
d2d63358
...
...
@@ -774,6 +774,8 @@ void msgs_cfg()
cfg
.
sub
[
j
]
->
maxmsgs
=
template
->
maxmsgs
;
cfg
.
sub
[
j
]
->
maxcrcs
=
template
->
maxcrcs
;
cfg
.
sub
[
j
]
->
maxage
=
template
->
maxage
;
cfg
.
sub
[
j
]
->
pmode
=
template
->
pmode
;
cfg
.
sub
[
j
]
->
n_pmode
=
template
->
n_pmode
;
cfg
.
sub
[
j
]
->
faddr
=
template
->
faddr
;
}
}
...
...
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