Merge remote-tracking branch 'upstream/master' into support-gost-ubuntu
This commit is contained in:
@@ -74,7 +74,7 @@ func NewClient(cnf config.GostConf, family string) (Client, error) {
|
||||
case constant.Windows:
|
||||
return Microsoft{Base{DBDriver: driver}}, nil
|
||||
default:
|
||||
return Pseudo{}, nil
|
||||
return Pseudo{Base{DBDriver: driver}}, nil
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user