Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
9679a671
Commit
9679a671
authored
Feb 16, 2019
by
Christophe Maudoux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy (#1632)
parent
c73c7df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm
+3
-2
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm
View file @
9679a671
...
...
@@ -66,8 +66,9 @@ sub run {
# Prepare command and launch it
$self
->
logger
->
debug
(
'
Launching "Send" external 2F command ->
'
.
$self
->
conf
->
{
ext2FSendCommand
}
);
if
(
my
$c
=
$self
->
launch
(
$req
->
sessionInfo
,
$self
->
conf
->
{
ext2FSendCommand
},
$code
)
if
(
my
$c
=
$self
->
launch
(
$req
->
sessionInfo
,
$self
->
conf
->
{
ext2FSendCommand
},
$code
)
)
{
$self
->
logger
->
error
("
External send command failed (code
$c
)
");
...
...
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