mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 02:18:31 +00:00
features_config: Ignore parkinglots in features.conf instead of failing to load
Parkinglots are defined in res_features.conf now, but this patch fixes features_config so that features don't fail to load when parkinglots are present in features.conf Review: https://reviewboard.asterisk.org/r/2801/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@398068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -473,7 +473,7 @@ static int process_category(struct ast_config *cfg, struct aco_info *info, struc
|
||||
|
||||
field = info->internal->pending + type->item_offset;
|
||||
if (!*field) {
|
||||
ast_log(LOG_ERROR, "No object to update!\n");
|
||||
ast_log(LOG_ERROR, "In %s: %s - No object to update!\n", file->filename, cat);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user