unit1604: Fix unit setup return code
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
static CURLcode unit_setup(void)
|
||||
{
|
||||
return SANITIZE_ERR_OK;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
static void unit_stop(void)
|
||||
|
||||
Reference in New Issue
Block a user