Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
revert cef1688
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Jun 24, 2015
1 parent 504468a commit a7ca4f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/plugins/access.smb/smb.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,7 @@ public function stream_open ($url, $mode, $options, $opened_path)
$this->mode = $mode;
$this->defer_stream_read;
$this->parsed_url = $pu = smb::parse_url($url);
if ($pu['type'] <> 'path')
return false;
//trigger_error('stream_open(): error in URL', E_USER_ERROR);
if ($pu['type'] <> 'path') trigger_error('stream_open(): error in URL', E_USER_ERROR);
switch ($mode) {
case 'r':
case 'r+':
Expand Down

0 comments on commit a7ca4f2

Please sign in to comment.