mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Backed out core changes from r346391
During testing, it was discovered that there were a number of side effects introduced by r346391 and subsequent check-ins related to it (r346429, r346617, and r346655). This included the /main/stdtime/ test 'hanging', as well as the remote console option failing to receive the appropriate output after a period of time. I only backed out the changes to main/ and utils/, as this was adequate to reverse the behavior experienced. (issue ASTERISK-18974) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347997 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1503,6 +1503,8 @@ static struct ast_config *config_text_file_load(const char *database, const char
|
||||
if (cfmtime)
|
||||
cfmtime->mtime = statbuf.st_mtime;
|
||||
|
||||
ast_verb(2, "Parsing '%s': ", fn);
|
||||
fflush(stdout);
|
||||
if (!(f = fopen(fn, "r"))) {
|
||||
ast_debug(1, "No file to parse: %s\n", fn);
|
||||
ast_verb(2, "Parsing '%s': Not found (%s)\n", fn, strerror(errno));
|
||||
|
Reference in New Issue
Block a user