Changeset 79526 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/Db.cpp
- Timestamp:
- Jul 4, 2019 10:54:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Db.cpp
r79524 r79526 100 100 101 101 Timestamp tsIssued = b->issued(); 102 cb += tsIssued. absStrFormat(pfnOutput, pvArgOutput);102 cb += tsIssued.strFormatHelper(pfnOutput, pvArgOutput); 103 103 104 104 cb += RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, … … 108 108 Timestamp tsValid = b->issued(); 109 109 tsValid.addSeconds(b->leaseTime()); 110 cb += tsValid. absStrFormat(pfnOutput, pvArgOutput);110 cb += tsValid.strFormatHelper(pfnOutput, pvArgOutput); 111 111 } 112 112
Note:
See TracChangeset
for help on using the changeset viewer.