Fix config schema application
This commit is contained in:
		@@ -5299,6 +5299,7 @@ config_schema_initialize_item (struct config_schema *schema,
 | 
				
			|||||||
			schema->name, error->message);
 | 
								schema->name, error->message);
 | 
				
			||||||
		error_free (error);
 | 
							error_free (error);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (item)
 | 
				
			||||||
			config_item_destroy (item);
 | 
								config_item_destroy (item);
 | 
				
			||||||
		return NULL;
 | 
							return NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -5334,7 +5335,7 @@ config_schema_apply_to_object (struct config_schema *schema_array,
 | 
				
			|||||||
			error_free (warning);
 | 
								error_free (warning);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (e)
 | 
							if (e)
 | 
				
			||||||
			print_fatal ("%s", e->message);
 | 
								exit_fatal ("%s", e->message);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user