Skip to content
GitLab
Menu
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
a3af00b9
Commit
a3af00b9
authored
Nov 10, 2019
by
Nigel Kukard
Browse files
Merge branch 'nkupdates' into 'master'
Nkupdates See merge request
!428
parents
97a9c1cc
561d01cb
Pipeline
#5567
failed with stages
in 2 minutes and 23 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
lib/smradius/daemon.pm
View file @
a3af00b9
...
@@ -495,11 +495,11 @@ sub child_init_hook
...
@@ -495,11 +495,11 @@ sub child_init_hook
# If we succeeded, record OK
# If we succeeded, record OK
$self
->
{'
client
'}
->
{'
dbh_status
'}
=
0
;
$self
->
{'
client
'}
->
{'
dbh_status
'}
=
0
;
}
else
{
}
else
{
$self
->
log
(
LOG_WARN
,"
[SMRADIUS] Failed to connect to database:
"
.
$self
->
{'
client
'}
->
{'
dbh
'}
->
E
rror
()
.
$self
->
log
(
LOG_WARN
,"
[SMRADIUS] Failed to connect to database:
"
.
$self
->
{'
client
'}
->
{'
dbh
'}
->
e
rror
()
.
"
($$)
");
"
($$)
");
}
}
}
else
{
}
else
{
$self
->
log
(
LOG_WARN
,"
[SMRADIUS] Failed to Initialize:
"
.
awitpt::db::dbil
ayer::
internalError
()
.
"
($$)
");
$self
->
log
(
LOG_WARN
,"
[SMRADIUS] Failed to Initialize:
"
.
AWITPT::DB::DBIL
ayer::
internalError
()
.
"
($$)
");
}
}
}
}
...
...
lib/smradius/version.pm
View file @
a3af00b9
...
@@ -35,7 +35,7 @@ our (@ISA,@EXPORT,@EXPORT_OK);
...
@@ -35,7 +35,7 @@ our (@ISA,@EXPORT,@EXPORT_OK);
our
$VERSION
=
"
1.0.
x
";
our
$VERSION
=
"
1.0.
1
";
...
...
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