Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
64347aaa
Unverified
Commit
64347aaa
authored
May 05, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
May 05, 2020
Browse files
Merge pull request #7200 from titouanc/fix-redis6-uclibc
make struct user anonymous (only typedefed) in server.h
parents
140c20fb
1f246bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
64347aaa
...
...
@@ -732,7 +732,7 @@ typedef struct readyList {
no AUTH is needed, and every
connection is immediately
authenticated. */
typedef
struct
user
{
typedef
struct
{
sds
name
;
/* The username as an SDS string. */
uint64_t
flags
;
/* See USER_FLAG_* */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment