We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd5fd3 commit a3c7e6bCopy full SHA for a3c7e6b
1 file changed
lib/services/services_dlopen.c
@@ -67,7 +67,7 @@ int
67
services__execute_dlopen_metadata(svc_action_t *op) {
68
void *lib;
69
char *lib_error;
70
- const char *metadata
+ const char *metadata;
71
char dst[200] = "/usr/lib/dlopen/";
72
strcat(dst, op->agent);
73
lib = dlopen(dst, RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE);
0 commit comments