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
16aa7ce2
Commit
16aa7ce2
authored
Feb 23, 2022
by
Rob Swindell
💬
Browse files
Comment intentional fall-through
CID 33212
parent
548811da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/sbbs3/allusers.c
src/sbbs3/allusers.c
+1
-0
No files found.
src/sbbs3/allusers.c
View file @
16aa7ce2
...
@@ -262,6 +262,7 @@ int main(int argc, char **argv)
...
@@ -262,6 +262,7 @@ int main(int argc, char **argv)
break
;
break
;
case
'E'
:
/* Exemptions */
case
'E'
:
/* Exemptions */
flagoff
=
U_EXEMPT
;
flagoff
=
U_EXEMPT
;
// fall-through
case
'R'
:
/* Restrictions */
case
'R'
:
/* Restrictions */
if
(
!
flagoff
)
if
(
!
flagoff
)
flagoff
=
U_REST
;
flagoff
=
U_REST
;
...
...
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