Skip to content

Commit bcc0265

Browse files
gkorlandsazzad16
authored andcommitted
remove reset after connection was returned to pool (#1935)
Fix #1920 (#1918) Fix bad backport of commit
1 parent 02f2cc5 commit bcc0265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/redis/clients/jedis/Jedis.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3636,7 +3636,6 @@ public void close() {
36363636
} else {
36373637
pool.returnResource(this);
36383638
}
3639-
this.dataSource = null;
36403639
} else {
36413640
super.close();
36423641
}

0 commit comments

Comments
 (0)