summaryrefslogtreecommitdiff
path: root/dumpClient.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-08 10:53:57 -0500
committerJeff Carr <[email protected]>2024-10-08 10:53:57 -0500
commitb283823ffe0258cec4237ef82859fb6cd071ac2d (patch)
tree238691ecbca78df534575ac52fe4f55f87db4335 /dumpClient.go
parentfface98131e9ef1e7070a61ac70f32959029725c (diff)
daemon starts
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dumpClient.go')
-rw-r--r--dumpClient.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpClient.go b/dumpClient.go
index ba9b79a..6c5c1af 100644
--- a/dumpClient.go
+++ b/dumpClient.go
@@ -10,7 +10,7 @@ import (
"go.wit.com/log"
)
-func dumpClient(r *http.Request) {
+func dumpClient(accessf, clientf *os.File, r *http.Request) {
var host, url, proto, addr, agent string
host = r.Host