fix incorrect goto label

remotes/push_mirror/0.98.2
Steven Morgan 12 years ago
parent 5a43ac17f1
commit 9d762a7a9f
  1. 2
      libclamav/xar.c

@ -521,7 +521,7 @@ int cli_scanxar(cli_ctx *ctx)
rc = xar_scan_subdocuments(reader, ctx);
if (rc != CL_SUCCESS) {
cli_errmsg("xar_scan_subdocuments returns %i.\n", rc);
goto exit_toc;
goto exit_reader;
}
/* Walk the TOC XML and extract files */

Loading…
Cancel
Save