zipomatic: Fix PVS 1103

Fix 'status' is assigned values twice successively.

Change-Id: I348799db32342f0642dac89a62a518d21ef11c34
Reviewed-on: https://review.haiku-os.org/761
Reviewed-by: Barrett17 <[email protected]>
This commit is contained in:
Murai Takashi
2018-12-12 21:31:56 +00:00
committed by Barrett17
parent b6766af3e6
commit 382eca52a2
@@ -387,7 +387,6 @@ ZipperThread::InterruptExternalZip()
status_t status = get_thread_info(fZipProcess, &info);
if (status == B_OK && !strcmp(info.name, "zip")) {
status = B_OK;
status = send_signal(fZipProcess, SIGINT);
WaitOnExternalZip();
return status;