-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LastKeyedTime/LastTxKeyedTime info in RPT events (#406)
The rpt_manager_trigger() function uses ctime(3) to add formatted date/time strings for LastKeyedTime and LastTxKeyedTime. Unfortunately, the returned strings include trailing '\n' characters that added empty lines to the output. This presents an issue as an empty line typically indicates the end of the AMI output. This change removes the extra (unexpected) '\n' characters.
- Loading branch information
Showing
1 changed file
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters