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
822a992f
Commit
822a992f
authored
Mar 24, 2019
by
Yossi Gottlieb
Browse files
fix: missing initialization.
parent
5e8caca0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
822a992f
...
@@ -753,6 +753,7 @@ void RM_SetModuleAttribs(RedisModuleCtx *ctx, const char *name, int ver, int api
...
@@ -753,6 +753,7 @@ void RM_SetModuleAttribs(RedisModuleCtx *ctx, const char *name, int ver, int api
module
->
usedby
=
listCreate
();
module
->
usedby
=
listCreate
();
module
->
using
=
listCreate
();
module
->
using
=
listCreate
();
module
->
filters
=
listCreate
();
module
->
filters
=
listCreate
();
module
->
in_call
=
0
;
ctx
->
module
=
module
;
ctx
->
module
=
module
;
}
}
...
...
src
/modules/
hello
filter.c
→
tests
/modules/
command
filter.c
View file @
822a992f
File moved
tests/module
s
/commandfilter.tcl
→
tests/
unit/
module
api
/commandfilter.tcl
View file @
822a992f
File moved
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