]> Sergey Matveev's repositories - godlighty.git/blobdiff - handler.go
Show symbolic link values
[godlighty.git] / handler.go
index d7037b43f109f008dfda8e1deddc0750f785cb7f..1fcbb7e821a33b5f3156feb8a8fbe011f2c29a9d 100644 (file)
@@ -205,7 +205,7 @@ IndexLookup:
                                        break
                                }
                        }
-                       fd, err = dirList(cfg, r.URL.Path, entries, string(readme))
+                       fd, err = dirList(cfg, r.URL.Path, pth, entries, string(readme))
                        if err != nil {
                                printErr(http.StatusInternalServerError, err)
                                http.Error(w, "internal error", http.StatusInternalServerError)