Commit a6208704 authored by Jay Satiro's avatar Jay Satiro
Browse files

unit1604: Fix unit setup return code

parent 9b6598ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

static CURLcode unit_setup(void)
{
  return SANITIZE_ERR_OK;
  return CURLE_OK;
}

static void unit_stop(void)