summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-an
blob: 39a6fb5bebe8f8dd1a6720ff08fe8823efa7be7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.7 2005/01/27 16:22:37 adam Exp $

--- faxd/faxGettyApp.c++.orig	2005-01-01 21:27:16.000000000 +0000
+++ faxd/faxGettyApp.c++
@@ -789,7 +789,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;