GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
kalle
/
monitord
Browse code
Merge branch 'thomashoell-master'
master
mqtt-dev
commit
ffbc7b23b2ce3470ea6403c0bdf9d7625ac4299b
2 parents
04ea1ee
+
bf38fd2
Christopher Klein
authored
on 19 Jun 2015
Patch
Unified
Split
Showing
1 changed file
+2
-2
■
■
■
■
■
monitord/plugins/dll-elf.cpp
Ignore Space
Show notes
View
4
■
■
■
■
■
monitord/plugins/dll-elf.cpp
h
=
dlopen
(
fname
,
RTLD_NOW
);
if
(
h
==
NULL
)
{
err
=
dlerror
();
err
=
dlerror
();
LOG_ERROR
(
"error loading library file \""
<<
fname
<<
"\""
)
LOG_ERROR
(
"root cause: \""
<<
err
<<
"\""
)
}
}
DLLManager
::~
DLLManager
()
{
Show line notes below