mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Revert earlier patch (bug #2825)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										3
									
								
								config.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								config.c
									
									
									
									
									
								
							| @@ -303,7 +303,8 @@ static int cfg_process(struct ast_config *tmp, struct ast_category **_tmpc, stru | ||||
| 						if(arg && cur) { | ||||
| 							ast_log(LOG_WARNING, "Including files with explicit config engine no longer permitted.  Please use extconfig.conf to specify all mappings\n"); | ||||
| 						} else { | ||||
| 							__ast_load(cur, tmp, _tmpc, _last, includelevel + 1); | ||||
| 							if (!__ast_load(cur, tmp, _tmpc, _last, includelevel + 1)) | ||||
| 								return -1; | ||||
| 						} | ||||
| 					} else | ||||
| 						ast_log(LOG_WARNING, "Maximum Include level (%d) exceeded\n", includelevel); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user