mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-27 15:43:50 +00:00
Return error when failed to get user from database (#700)
* Return error when failed to get user from database * Use CCNET_ERR_INTERNAL --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -148,6 +148,8 @@ traverse_directory_win32 (wchar_t *path_w,
|
||||
|
||||
#define CCNET_DOMAIN g_quark_from_string("ccnet")
|
||||
|
||||
#define CCNET_ERR_INTERNAL 500
|
||||
|
||||
|
||||
struct timeval timeval_from_msec (uint64_t milliseconds);
|
||||
|
||||
|
Reference in New Issue
Block a user