remove rpg_get_auth_info
this is an rpc call that calls a method that does not even exist... WAT?!bug/bundler_fix
parent
c9d231b48b
commit
3870b59873
|
@ -542,24 +542,6 @@ public
|
|||
}
|
||||
end
|
||||
|
||||
def rpc_get_auth_info(xopts)
|
||||
::ActiveRecord::Base.connection_pool.with_connection {
|
||||
opts, wspace = init_db_opts_workspace(xopts)
|
||||
ret = {}
|
||||
ret[:auth_info] = []
|
||||
# XXX: This method doesn't exist...
|
||||
ai = self.framework.db.get_auth_info(opts)
|
||||
ai.each do |i|
|
||||
info = {}
|
||||
i.each do |k,v|
|
||||
info[k.to_sym] = v
|
||||
end
|
||||
ret[:auth_info] << info
|
||||
end
|
||||
ret
|
||||
}
|
||||
end
|
||||
|
||||
def rpc_get_ref(name)
|
||||
::ActiveRecord::Base.connection_pool.with_connection {
|
||||
db_check
|
||||
|
|
Loading…
Reference in New Issue