Skip to content

Commit

Permalink
ndb_redis: Missing uprotected redisSSLContext
Browse files Browse the repository at this point in the history
Fixing unprotected redisSSLContext reference in redis_client.h
  • Loading branch information
joelbax authored and miconda committed Jun 20, 2023
1 parent 90f9772 commit 77e74b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/ndb_redis/redis_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ typedef struct redisc_server
param_t *attrs;
char *spec;
redisContext *ctxRedis;
#ifdef WITH_SSL
redisSSLContext *sslCtxRedis;
#endif
struct redisc_server *next;
redisc_piped_cmds_t piped;
redisc_srv_disable_t disable;
Expand Down

0 comments on commit 77e74b9

Please sign in to comment.