summaryrefslogtreecommitdiff
path: root/spooler.go
diff options
context:
space:
mode:
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