mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
$NetBSD: patch-an,v 1.8 2014/03/14 15:59:29 adam Exp $
|
|
|
|
--- faxd/faxGettyApp.c++.orig 2005-01-01 21:27:16.000000000 +0000
|
|
+++ faxd/faxGettyApp.c++
|
|
@@ -815,7 +815,7 @@ faxGettyApp::notifyDocumentRecvd(const F
|
|
FaxServer::notifyDocumentRecvd(ri);
|
|
|
|
FaxAcctInfo ai;
|
|
- ai.user = "fax";
|
|
+ ai.user = FAX_USER;
|
|
ai.commid = getCommID();
|
|
ai.duration = (time_t) ri.time;
|
|
ai.start = Sys::now() - ai.duration;
|