Error handling in NativeStream

This commit is contained in:
Robin Appelman 2014-08-03 14:49:00 +02:00
commit fdb606257d
3 changed files with 17 additions and 11 deletions

View file

@ -24,9 +24,6 @@ class NativeServer extends Server {
}
protected function connect() {
if ($this->state and is_resource($this->state)) {
return;
}
$user = $this->getUser();
$workgroup = null;
if (strpos($user, '/')) {