mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 01:51:14 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@72847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -240,7 +240,7 @@ static void safe_append(struct outgoing *o, time_t now, char *s)
|
||||
if (fd > -1) {
|
||||
f = fdopen(fd, "a");
|
||||
if (f) {
|
||||
fprintf(f, "%s: %ld %d (%ld)\n", s, (long)ast_mainpid, o->retries, (long) now);
|
||||
fprintf(f, "\n%s: %ld %d (%ld)\n", s, (long)ast_mainpid, o->retries, (long) now);
|
||||
fclose(f);
|
||||
} else
|
||||
close(fd);
|
||||
|
||||
Reference in New Issue
Block a user