summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ennu.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/ennu.el b/ennu.el
index d7f6cca..0a4114a 100644
--- a/ennu.el
+++ b/ennu.el
@@ -500,6 +500,8 @@ as keys. Keys are compared using `equal'."
   (defun httpd/ (proc uri-path query request)
     (let ((uri-path (httpd-unhex uri-path))
           (file-path (httpd-gen-path uri-path)))
+    (let* ((uri-path (httpd-unhex uri-path))
+           (file-path (httpd-gen-path uri-path)))
       (cond
        ;; If a HTML file other than index.html was requested, reject
        ;; that request.