aboutsummaryrefslogtreecommitdiff
path: root/lib/network/http_dyn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/http_dyn.cpp')
-rw-r--r--lib/network/http_dyn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/http_dyn.cpp b/lib/network/http_dyn.cpp
index ea47019b..d020133a 100644
--- a/lib/network/http_dyn.cpp
+++ b/lib/network/http_dyn.cpp
@@ -31,7 +31,7 @@ int eHTTPDyn::doWrite(int hm)
eHTTPDynPathResolver::eHTTPDynPathResolver()
{
- dyn.setAutoDelete(true);
+#warning autodelete removed
}
void eHTTPDynPathResolver::addDyn(eString request, eString path, eString (*function)(eString, eString, eString, eHTTPConnection*))