mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-20 20:37:27 +01:00
add missing semicolon
This commit is contained in:
parent
b87e445677
commit
96fb621adc
@ -372,7 +372,7 @@ function stdapi_fs_delete($req, &$pkt) {
|
||||
if (is_windows()) {
|
||||
exec("attrib.exe -r ".$path);
|
||||
}
|
||||
$ret = @unlink($path)
|
||||
$ret = @unlink($path);
|
||||
return $ret ? ERROR_SUCCESS : ERROR_FAILURE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user