diff options
Diffstat (limited to 'dumpClient.go')
| -rw-r--r-- | dumpClient.go | 2 |
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 |
