mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	Merged revisions 116631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r116631 | tilghman | 2008-05-15 12:58:22 -0500 (Thu, 15 May 2008) | 3 lines Don't unload config on reload, when config has not changed. (Closes issue #12652) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@116636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -104,7 +104,7 @@ static int load_config(int reload)
 | 
				
			|||||||
		ast_log(LOG_WARNING, "unable to load config: %s\n", config);
 | 
							ast_log(LOG_WARNING, "unable to load config: %s\n", config);
 | 
				
			||||||
		return 0;
 | 
							return 0;
 | 
				
			||||||
	} else if (cfg == CONFIG_STATUS_FILEUNCHANGED)
 | 
						} else if (cfg == CONFIG_STATUS_FILEUNCHANGED)
 | 
				
			||||||
		return 0;
 | 
							return 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!(var = ast_variable_browse(cfg, "csv"))) {
 | 
						if (!(var = ast_variable_browse(cfg, "csv"))) {
 | 
				
			||||||
		ast_config_destroy(cfg);
 | 
							ast_config_destroy(cfg);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user