aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 10:53:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 10:53:14 +0000
commit71cb469beba1aea1355838c696ea175f19d9596b (patch)
tree32055ef76bbef2343426210a3262e4b841305d13 /main/loader.c
parent858a04d02efc927e2f482ea43296701e3eef779a (diff)
Fixing trunk in a way so that it compiles again.
Thanks, Philippe :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@229871 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/loader.c b/main/loader.c
index 198ebc929..8c0067d92 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -853,8 +853,7 @@ static struct load_order_entry *add_to_load_order(const char *resource, struct l
if (!resource_name_match(order->resource, resource)) {
/* Make sure we have the proper setting for the required field
(we might have both load= and required= lines in modules.conf) */
- order->required |= required;
- }
+ order->required |= required;
return NULL;
}
}