Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
c615c7ea
Commit
c615c7ea
authored
May 15, 2019
by
Nigel Kukard
Browse files
Fixed whitespaces
parent
e26801c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/smradius/client.pm
View file @
c615c7ea
...
...
@@ -74,8 +74,8 @@ sub run
"
listen:s
",
"
help
",
))
{
print
(
STDERR
"
ERROR: Error parsing commandline arguments
");
return
1
;
print
(
STDERR
"
ERROR: Error parsing commandline arguments
");
return
1
;
}
# Check for some args
...
...
@@ -322,7 +322,7 @@ sub hashedPacket
foreach
my
$attrName
(
$pkt
->
vsattributes
(
$attrVendor
))
{
$res
->
{'
vattributes
'}
->
{
$attrVendor
}
->
{
$attrName
}
=
$pkt
->
vsattr
(
$attrVendor
,
$attrName
);
}
}
}
return
$res
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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