diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-28 21:11:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-28 21:11:57 (GMT) |
commit | 87f14cff0a86eff014ba52c3cfbbb70ff7cec0b4 (patch) | |
tree | f77ea1eacf2b9635f75441059e6f611059f78b7a /src/rhimportd/uploadWeb.go | |
parent | 99b4f31e7d952664e39c5c76f03e08da00097053 (diff) |
incoporate latest rhrd-go changes
Diffstat (limited to 'src/rhimportd/uploadWeb.go')
-rw-r--r-- | src/rhimportd/uploadWeb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/uploadWeb.go b/src/rhimportd/uploadWeb.go index 0b7ab82..9b2250a 100644 --- a/src/rhimportd/uploadWeb.go +++ b/src/rhimportd/uploadWeb.go @@ -57,7 +57,7 @@ func webUploadSuccessResponse(w http.ResponseWriter) { encoder.Encode(respdata) } -func webUploadHandler(conf *rhimport.Config, db *rddb.DBChan, sessions *rhimport.SessionStoreChan, trusted bool, w http.ResponseWriter, r *http.Request) { +func webUploadHandler(conf *rhimport.Config, db *rddb.DB, sessions *rhimport.SessionStore, trusted bool, w http.ResponseWriter, r *http.Request) { rhdl.Printf("WebUploadHandler: %s requests '%s'", r.RemoteAddr, r.URL.String()) if r.Method != "POST" { |