mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
System/SSH/Agent: fix namespacing on BadConfigurationException
This commit is contained in:
parent
324a973ec1
commit
ceb6dc0255
@ -130,7 +130,7 @@ class Agent
|
||||
$address = $_ENV['SSH_AUTH_SOCK'];
|
||||
break;
|
||||
default:
|
||||
throw new \BadConfigurationException('SSH_AUTH_SOCK not found');
|
||||
throw new BadConfigurationException('SSH_AUTH_SOCK not found');
|
||||
}
|
||||
|
||||
$this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user