]> code.citadel.org Git - citadel.git/blobdiff - webcit/serv_func.c
* Finally tracked down the WC->vars heap corruption issue (for real this
[citadel.git] / webcit / serv_func.c
index e5f5fe6b416499aa3a5ce2b6631e21a2b0b0e92a..65a661434379017a70d92bd077414f991c30816e 100644 (file)
@@ -72,6 +72,7 @@ void get_serv_info(char *browser_host, char *user_agent)
                switch (a) {
                case 0:
                        serv_info.serv_pid = atoi(buf);
+                       WC->ctdl_pid = serv_info.serv_pid;
                        break;
                case 1:
                        strcpy(serv_info.serv_nodename, buf);