winetest: Avoid calling fclose twice on the same file (Coverity).

oldstable
Mike McCormack 2006-10-14 09:55:40 +09:00 committed by Alexandre Julliard
parent 8ddaf6cc21
commit a4fff8b2e0
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ send_file (const char *name)
if (send_buf (s, body2, sizeof body2 - 1)) {
report (R_WARNING, "Error sending trailer: %d, %d",
errno, WSAGetLastError ());
goto abort2;
goto abort1;
}
report (R_DELTA, 0, "Network transfer: Done");