typo
This commit is contained in:
parent
520a70fa53
commit
3300e7dec5
|
@ -9,7 +9,7 @@ module LogAn::Inc
|
||||||
class Main < RobustServer
|
class Main < RobustServer
|
||||||
# Open Config.
|
# Open Config.
|
||||||
def config env, db, type = nil
|
def config env, db, type = nil
|
||||||
$stderr.puts "Open Database "sids.cnf" #{db.inspect} (#{type.inspect})"
|
$stderr.puts "Open Database \"sids.cnf\" #{db.inspect} (#{type.inspect})"
|
||||||
type ||= 1+4
|
type ||= 1+4
|
||||||
ret = env[ 'sids.cnf', db, SBDB::RDONLY]
|
ret = env[ 'sids.cnf', db, SBDB::RDONLY]
|
||||||
ret = AutoValueConvertHash.new ret if type&4 > 0
|
ret = AutoValueConvertHash.new ret if type&4 > 0
|
||||||
|
|
Loading…
Reference in a new issue