diff options
Diffstat (limited to 'spooler.go')
-rw-r--r-- | spooler.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |