Add a missing return statement to distExtractTarball().
Reviewed by: jhb
This commit is contained in:
parent
9f0f54ad83
commit
a0aa476ed8
@ -836,6 +836,7 @@ distExtractTarball(char *path, char *dist, char *my_dir, int is_base)
|
||||
}
|
||||
|
||||
safe_free(buf);
|
||||
return (status);
|
||||
}
|
||||
|
||||
static Boolean
|
||||
|
Loading…
Reference in New Issue
Block a user