summaryrefslogtreecommitdiff
path: root/res/res_endpoint_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_endpoint_stats.c')
-rw-r--r--res/res_endpoint_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_endpoint_stats.c b/res/res_endpoint_stats.c
index 1e3f104c2..7ce44f958 100644
--- a/res/res_endpoint_stats.c
+++ b/res/res_endpoint_stats.c
@@ -151,5 +151,5 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Endpoint statistics",
.support_level = AST_MODULE_SUPPORT_EXTENDED,
.load = load_module,
.unload = unload_module,
- .nonoptreq = "res_statsd"
+ .requires = "res_statsd"
);