]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/import-creds: rename import_credentials_context_free() to _done()
authorMike Yuan <me@yhndnzj.com>
Wed, 11 Sep 2024 15:15:19 +0000 (17:15 +0200)
committerMike Yuan <me@yhndnzj.com>
Sun, 9 Nov 2025 17:46:36 +0000 (18:46 +0100)
commitd0fcb614cb0b5e620eab8ad1273fba93076b4e8b
treef19b2cca3935d01a2cfdcfee48ad325c93366249
parent445b7073c7b6ddac9d033ff9cb83c6aeb5712923
core/import-creds: rename import_credentials_context_free() to _done()

This is allocated on stack, hence rename as per our coding style.
While at it, make sure the struct name is consistent with funcs.
src/core/import-creds.c