Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eduroam
radsecproxy
Commits
d3d14a20
Commit
d3d14a20
authored
Dec 22, 2011
by
Linus Nordberg
Browse files
Fix indentation from
2c705843
.
parent
68d85115
Changes
1
Hide whitespace changes
Inline
Side-by-side
fticks.c
View file @
d3d14a20
...
...
@@ -109,10 +109,10 @@ fticks_log(const struct options *options,
if
(
options
->
fticks_reporting
==
RSP_FTICKS_REPORTING_FULL
)
{
if
(
client
->
conf
->
fticks_visinst
!=
NULL
)
{
snprintf
((
char
*
)
visinst
,
sizeof
(
visinst
),
"VISINST=%s#"
,
client
->
conf
->
fticks_visinst
);
client
->
conf
->
fticks_visinst
);
}
else
{
snprintf
((
char
*
)
visinst
,
sizeof
(
visinst
),
"VISINST=%s#"
,
client
->
conf
->
name
);
client
->
conf
->
name
);
}
}
...
...
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