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:
Olle Johansson
2009-11-13 10:53:14 +00:00
parent 5fcf1c9268
commit ebc3aff1c3

View File

@@ -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;
}
}