]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
Improved the reliability of per-thread locale by unsetting it at the end
[citadel.git] / webcit / webcit.c
index 716275b3107e53f80c1a7a4b428785d1810946d6..d66f29e19dcd7c3b088dea782cebd1401f8859f9 100644 (file)
@@ -926,10 +926,6 @@ void session_loop(struct httprequest *req)
        WC->vars = NULL;
        WC->is_wap = 0;
 
-#ifdef ENABLE_NLS
-       go_selected_language();
-#endif /* ENABLE_NLS */
-
        hptr = req;
        if (hptr == NULL) return;
 
@@ -1532,5 +1528,4 @@ SKIP_ALL_THIS_CRAP:
                free(WC->upload);
                WC->upload_length = 0;
        }
-
 }