blob: 546818deccb809bdeda429e34b988ae4b65fa825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.4 2001/04/23 15:06:17 abs Exp $
--- faxd/faxGettyApp.c++.orig Sun Jun 13 08:41:05 1999
+++ faxd/faxGettyApp.c++
@@ -671,7 +671,7 @@
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;
|