2014-11-05 12:41:07 +01:00

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;