summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-11-23 11:00:09 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-23 11:00:09 -0600
commit67c6f97955751c6b9c96bccfc066987f65c0f931 (patch)
tree20fe031b8973445bf8a24d82ce3571fad2dc76f1 /tests
parent27be3014cb50904f7aecbeb10a5203fb27c6e63c (diff)
parent0e2385581b778572d56ead08c967d78ce31302ea (diff)
Merge "Loader: Remove unneeded load_pri declarations." into 15
Diffstat (limited to 'tests')
-rw-r--r--tests/test_http_media_cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_http_media_cache.c b/tests/test_http_media_cache.c
index 23ebbdfdf..2a3398f18 100644
--- a/tests/test_http_media_cache.c
+++ b/tests/test_http_media_cache.c
@@ -692,10 +692,9 @@ static int unload_module(void)
return 0;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "HTTP Media Cache Backend Tests",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "HTTP Media Cache Backend Tests",
.support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module,
.reload = reload_module,
.unload = unload_module,
- .load_pri = AST_MODPRI_DEFAULT,
);