File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,12 @@ def kill_cursors
147147 if server . features . find_command_enabled?
148148 Cursor ::Builder ::KillCursorsCommand . update_cursors ( op_spec , active_cursors_copy . to_a )
149149 if Cursor ::Builder ::KillCursorsCommand . get_cursors_list ( op_spec ) . size > 0
150- Operation ::Commands ::Command . new ( op_spec ) . execute ( server . context )
150+ Operation ::Commands ::Command . new ( op_spec ) . execute ( server )
151151 end
152152 else
153153 Cursor ::Builder ::OpKillCursors . update_cursors ( op_spec , active_cursors_copy . to_a )
154154 if Cursor ::Builder ::OpKillCursors . get_cursors_list ( op_spec ) . size > 0
155- Operation ::KillCursors . new ( op_spec ) . execute ( server . context )
155+ Operation ::KillCursors . new ( op_spec ) . execute ( server )
156156 end
157157 end
158158 end
You can’t perform that action at this time.
0 commit comments