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
smradius
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smradius
smradius
Commits
a3af00b9
Commit
a3af00b9
authored
Nov 10, 2019
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lib/smradius/daemon.pm
lib/smradius/daemon.pm
+2
-2
lib/smradius/version.pm
lib/smradius/version.pm
+1
-1
No files found.
lib/smradius/daemon.pm
View file @
a3af00b9
...
...
@@ -495,11 +495,11 @@ sub child_init_hook
# If we succeeded, record OK
$self
->
{'
client
'}
->
{'
dbh_status
'}
=
0
;
}
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
{
$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);
our
$VERSION
=
"
1.0.
x
";
our
$VERSION
=
"
1.0.
1
";
...
...
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