cloudstack-mirror/server/src/com/cloud/api
will 42f9dedeba Bug #:5975
- Fixed issue where listAccounts only return one less than the actual number of accounts in the system.  That is because the SQL query asks for X accounts, but the API filters out the SYSTEM account.  The fix is to add the filter of the system account in the actual query itself rather than have the code do it.
2010-08-25 18:01:29 -07:00
..
commands Bug #:5975 2010-08-25 18:01:29 -07:00
ApiServer.java This is the REAL 2.1.x tip source 2010-08-11 18:48:43 -07:00
ApiServlet.java This is the REAL 2.1.x tip source 2010-08-11 18:48:43 -07:00
BaseCmd.java This is the REAL 2.1.x tip source 2010-08-11 18:48:43 -07:00
ServerApiException.java Source code committed 2010-08-11 09:13:29 -07:00