summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-an
blob: 3b7cedd569feb47c1153da3adfedfb5fec19cbde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.6 2003/09/23 21:39:48 abs Exp $

--- faxd/faxGettyApp.c++.orig	Sun Feb  9 02:03:13 2003
+++ faxd/faxGettyApp.c++
@@ -694,7 +694,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;