mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Fixing trunk in a way so that it compiles again.
Thanks, Philippe :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user