mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
server factory tests
This commit is contained in:
parent
fc9963f738
commit
fc9f0bd408
4 changed files with 93 additions and 2 deletions
|
|
@ -61,6 +61,6 @@ class NativeServer extends AbstractServer {
|
|||
* @return bool
|
||||
*/
|
||||
public static function available(ISystem $system) {
|
||||
return function_exists('smbclient_state_new');
|
||||
return $system->libSmbclientAvailable();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue