]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_httpd.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_httpd.cpp
index a155dd278cee01338c2ab1b7ef8b7ffacd319301..f3ec3298bd8823b154b4c9fb5017159ba7bea800 100644 (file)
@@ -359,7 +359,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru
                        {
                                if (pathsegment == ".")
                                {
-                                        // Stay at the current level.
+                                       // Stay at the current level.
                                        continue;
                                }
 
@@ -367,7 +367,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru
                                {
                                        // Traverse up to the previous level.
                                        if (!pathsegments.empty())
-                                               pathsegment.pop_back();
+                                               pathsegments.pop_back();
                                        continue;
                                }