diff options
Diffstat (limited to 'lazybones-hunchentoot.lisp')
-rw-r--r-- | lazybones-hunchentoot.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones-hunchentoot.lisp b/lazybones-hunchentoot.lisp index f404eb6..d752238 100644 --- a/lazybones-hunchentoot.lisp +++ b/lazybones-hunchentoot.lisp @@ -45,7 +45,7 @@ ;; if no endpoint was found, call next method. finally (let ((lzb:*request* request) (lzb:*response* h:*reply*)) - (return (lzb:http-err 404)))) + (return (lzb:http-err nil 404)))) (lzb::http-error (http-error) (let ((lzb:*request* request) (lzb:*response* h:*reply*)) |