]> code.citadel.org Git - citadel.git/commit
serv_smtpclient: queue now uses libcitadel Array type
authorArt Cancro <ajc@citadel.org>
Tue, 31 Jan 2023 06:57:03 +0000 (01:57 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 31 Jan 2023 06:57:03 +0000 (01:57 -0500)
commit8bba8a4a1e3597f408679e4c0d927753869c165f
treee5a22a70f8668f44d99b172fcf34d4b527f6bd14
parente1168df24bb9f8eada6e97a1d8f7c5e6e6282a20
serv_smtpclient: queue now uses libcitadel Array type

This was one of those places where we used the ad hoc buffer/size/alloc
design pattern, which the libcitadel Array type normalizes.
citadel/server/modules/smtp/serv_smtpclient.c