backend socket options -a -u
This commit is contained in:
parent
c6a62b96de
commit
539a60d613
5 changed files with 32 additions and 10 deletions
|
|
@ -189,7 +189,7 @@ plugin_load_one(clicon_handle h,
|
|||
char *name;
|
||||
char *p;
|
||||
|
||||
clicon_debug(1, "%s", __FUNCTION__);
|
||||
clicon_debug(1, "%s file:%s function:%s", __FUNCTION__, file, function);
|
||||
dlerror(); /* Clear any existing error */
|
||||
if ((handle = dlopen(file, dlflags)) == NULL) {
|
||||
error = (char*)dlerror();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue