Fixed assertion violation when DATABASE_NULL is instanciated.

This commit is contained in:
2014-11-10 15:00:00 +01:00
parent abe9de621e
commit b0930299fc

View File

@@ -167,6 +167,7 @@ feature -- LOGIN and DATABASE_APPL only for password_ok
password_ok (upasswd: STRING): BOOLEAN password_ok (upasswd: STRING): BOOLEAN
-- Can the user password be Void? -- Can the user password be Void?
do do
Result := True
end end
password_ensure (name, passwd, uname, upasswd: STRING): BOOLEAN password_ensure (name, passwd, uname, upasswd: STRING): BOOLEAN