|
@@ -30,7 +30,7 @@ static inline int req_func_not_found(const char *name, const char *path)
|
|
|
blog(LOG_ERROR, "Required module function '%s' in module '%s' not "
|
|
|
"found, loading of module failed",
|
|
|
name, path);
|
|
|
- return MODULE_FUNCTION_NOT_FOUND;
|
|
|
+ return MODULE_MISSING_EXPORTS;
|
|
|
}
|
|
|
|
|
|
#define LOAD_REQ_SIZE_FUNC(func, module, path) \
|