summaryrefslogtreecommitdiff
path: root/spooler.go
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-13 07:55:44 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-13 07:55:44 +0100
commit00c61083d7139f19b8d99dfc7ac6d7e22c4f9a78 (patch)
tree942623175a650be1c98694e0f2e05640df49d9df /spooler.go
parentb2b083e0597d3277f5dc075f4b17c89de51a77d0 (diff)
master and worker initialisation (draft)
Diffstat (limited to 'spooler.go')
-rw-r--r--spooler.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/spooler.go b/spooler.go
index 8d7bdc9..e11b980 100644
--- a/spooler.go
+++ b/spooler.go
@@ -16,6 +16,8 @@ func parse_request(fname string) (SCORSHmsg, error) {
log.Printf("Unable to open file: %s\n", fname)
return ret, SCORSHerr(SCORSH_ERR_NO_FILE)
}
+
+ // FIXME: Fill in the ret structure
return ret, nil