append even broken Channel configs to list
otherwise perfectly fine Group defs will complain about invalid refs. we already do that with Store configs.
This commit is contained in:
		
							parent
							
								
									2cbf8a68cf
								
							
						
					
					
						commit
						c986f80bb0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -533,9 +533,9 @@ load_config( const char *where ) | |||
| 						max_size = UINT_MAX; | ||||
| 					channel->stores[F]->max_size = channel->stores[N]->max_size = max_size; | ||||
| 				} | ||||
| 				*channelapp = channel; | ||||
| 				channelapp = &channel->next; | ||||
| 			} | ||||
| 			*channelapp = channel; | ||||
| 			channelapp = &channel->next; | ||||
| 			glob_ok = 0; | ||||
| 			goto reloop; | ||||
| 		} else if (!strcasecmp( "Group", cfile.cmd )) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue