Fixed a bug in StrBufReadBLOBBuffered() that would make the read go into an infinite...
[citadel.git] / webcit / webcit.c
index 11f8afe505e14cb113fdd62a5fc58cb6bf5da5b8..703bc99c7d63b9961e975c36240834d22883f17d 100644 (file)
@@ -540,6 +540,7 @@ void pop_destination(void) {
 
 
 int ReadPostData(void) {
+       TRACE;
        int rc;
        int urlencoded_post = 0;
        StrBuf *content = NULL;