Skip to content

Commit 47398ea

Browse files
committed
homework: drop unnecessary initialization
1 parent 9df247d commit 47398ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/home/homework-password-cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void password_cache_free(PasswordCache *cache) {
1616
void password_cache_load_keyring(UserRecord *h, PasswordCache *cache) {
1717
_cleanup_(erase_and_freep) void *p = NULL;
1818
_cleanup_free_ char *name = NULL;
19-
char **strv = NULL;
19+
char **strv;
2020
key_serial_t serial;
2121
size_t sz;
2222
int r;

0 commit comments

Comments
 (0)