Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
sso
Commits
a1981a2f
Commit
a1981a2f
authored
Sep 22, 2018
by
ale
Browse files
Fix wrong assignment of --nonce
parent
cac230c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sso/ssotool.c
View file @
a1981a2f
...
...
@@ -213,7 +213,7 @@ int main(int argc, char **argv) {
domain
=
optarg
;
break
;
case
'n'
:
domain
=
optarg
;
nonce
=
optarg
;
break
;
default:
die_and_help
(
"Error parsing options"
);
...
...
Write
Preview
Supports
Markdown
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