blob: 75bf39f40be62fe5c5b44984cbe5a25c24030e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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;
|