When opening a cursor, always read through to the end.
authorArt Cancro <ajc@citadel.org>
Tue, 29 Aug 2023 02:38:55 +0000 (22:38 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 29 Aug 2023 02:38:55 +0000 (22:38 -0400)
commitbf17b7946bca97f763f1d86557d1a56ad19ffae7
treea1a3c8bd496dc36b4f0e3b007160d790bf8d5797
parentec32cc3ab8a81a1ff95c04c75fac6d66e701e08c
When opening a cursor, always read through to the end.

This should theoretically eliminate the need to ever call cdb_close_cursor()
citadel/server/control.c
citadel/server/modules/ctdlproto/serv_rooms.c
citadel/server/modules/ctdlproto/serv_user.c
citadel/server/modules/expire/serv_expire.c
citadel/server/modules/imap/imap_acl.c
citadel/server/room_ops.c
citadel/server/user_ops.c
citadel/utils/ctdldump.c