Ooops. Missed a line.

This commit is contained in:
Mike Tolman 2016-08-05 15:22:46 -06:00
parent 6d12230021
commit 14d4252904

View file

@ -34,6 +34,7 @@ type FilerServer struct {
func NewFilerServer(r *http.ServeMux, ip string, port int, master string, dir string, collection string,
replication string, redirectOnRead bool, disableDirListing bool,
maxMB int,
secret string,
cassandra_server string, cassandra_keyspace string,
redis_server string, redis_password string, redis_database int,