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
fda2bf9c
Commit
fda2bf9c
authored
Jan 07, 2020
by
hwware
Browse files
typo fix in acl.c
parent
0af467d1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/acl.c
View file @
fda2bf9c
...
...
@@ -183,12 +183,12 @@ int ACLListMatchSds(void *a, void *b) {
return
sdscmp
(
a
,
b
)
==
0
;
}
/* Method to free list elements from ACL users password/ptterns lists. */
/* Method to free list elements from ACL users password/p
a
tterns lists. */
void
ACLListFreeSds
(
void
*
item
)
{
sdsfree
(
item
);
}
/* Method to duplicate list elements from ACL users password/ptterns lists. */
/* Method to duplicate list elements from ACL users password/p
a
tterns lists. */
void
*
ACLListDupSds
(
void
*
item
)
{
return
sdsdup
(
item
);
}
...
...
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