We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df247d commit 47398eaCopy full SHA for 47398ea
src/home/homework-password-cache.c
@@ -16,7 +16,7 @@ void password_cache_free(PasswordCache *cache) {
16
void password_cache_load_keyring(UserRecord *h, PasswordCache *cache) {
17
_cleanup_(erase_and_freep) void *p = NULL;
18
_cleanup_free_ char *name = NULL;
19
- char **strv = NULL;
+ char **strv;
20
key_serial_t serial;
21
size_t sz;
22
int r;
0 commit comments