summaryrefslogtreecommitdiff
blob: d8bb2e55c4a81949417a90ce69131005a076f5e4 (plain)
1
2
3
4
5
6
7
8
9
10
--- mozilla/content/html/content/src/nsFormSubmitter.cpp 18 Dec 2001 19:27:21 -0000  1.12.2.1
+++ mozilla/content/html/content/src/nsFormSubmitter.cpp 21 Dec 2001 20:19:47 -0000
@@ -1074,7 +1074,6 @@
               }
               nsMemory::Free(readbuffer);
               NS_RELEASE(contentFile);
-              if (NS_FAILED(rv)) break;
               // Print CRLF after file
               wantbytes = PL_strlen(CRLF);
               rv = outStream->Write(CRLF, wantbytes, &gotbytes);