Skip to content

Commit 443c4a8

Browse files
committed
fixed wrong sentinelMaster assignment
1 parent 357020c commit 443c4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/orangefunction/tomcat/redissessions/RedisSessionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public String getSentinelMaster() {
186186
}
187187

188188
public void setSentinelMaster(String master) {
189-
this.sentinelMaster = sentinelMaster;
189+
this.sentinelMaster = master;
190190
}
191191

192192
@Override

0 commit comments

Comments
 (0)