mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
homework: drop unnecessary initialization
This commit is contained in:
@@ -16,7 +16,7 @@ void password_cache_free(PasswordCache *cache) {
|
||||
void password_cache_load_keyring(UserRecord *h, PasswordCache *cache) {
|
||||
_cleanup_(erase_and_freep) void *p = NULL;
|
||||
_cleanup_free_ char *name = NULL;
|
||||
char **strv = NULL;
|
||||
char **strv;
|
||||
key_serial_t serial;
|
||||
size_t sz;
|
||||
int r;
|
||||
|
||||
Reference in New Issue
Block a user