change opening h323 logfile with append mode instead of overwrite

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@370988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/98/198/1
Alexandr Anikin 13 years ago
parent 483223b4d3
commit ec6801aa0d

@ -56,7 +56,7 @@ int ooH323EpInitialize
strcpy(gH323ep.traceFile, DEFAULT_TRACEFILE);
}
gH323ep.fptraceFile = fopen(gH323ep.traceFile, "w");
gH323ep.fptraceFile = fopen(gH323ep.traceFile, "a");
if(gH323ep.fptraceFile == NULL)
{
printf("Error:Failed to open trace file %s for write.\n",

Loading…
Cancel
Save