remove rpg_get_auth_info

this is an rpc call that calls a method that
does not even exist...
WAT?!
bug/bundler_fix
David Maloney 2014-07-28 15:13:03 -05:00
parent c9d231b48b
commit 3870b59873
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
1 changed files with 0 additions and 18 deletions

View File

@ -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