mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that could cause a segfault when merging a log. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20921,3 +20921,6 @@
|
||||
2022-08-31 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Renamed the 'CD Metadata Source' control in rdlibrary(1) to use
|
||||
'CDDB' instead of 'FreeDB' when configuring CDDB lookups.
|
||||
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdlogmanager(1) that could cause a segfault when
|
||||
merging a log.
|
||||
|
||||
@@ -1120,9 +1120,11 @@ bool RDEventLine::linkLog(RDLogEvent *e,RDLog *log,const QString &svcname,
|
||||
//
|
||||
// Apply Leading Event Values
|
||||
//
|
||||
logline->setGraceTime(grace_time);
|
||||
logline->setTimeType(time_type);
|
||||
logline->setTransType(trans_type);
|
||||
if(logline!=NULL) {
|
||||
logline->setGraceTime(grace_time);
|
||||
logline->setTimeType(time_type);
|
||||
logline->setTransType(trans_type);
|
||||
}
|
||||
|
||||
//
|
||||
// Clear Leading Event Values
|
||||
|
||||
Reference in New Issue
Block a user