Skip to content

Commit 463ad32

Browse files
committed
squash! pam: Config file support
Address false positive etc.
1 parent 93c2b32 commit 463ad32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static void cfg_load_buffer(cfg_t *cfg, char *buffer) {
210210
}
211211

212212
static int cfg_load_defaults(cfg_t *cfg, const char *config_path) {
213-
int fd, r;
213+
int fd = -1, r;
214214
size_t fsize;
215215
char *buffer = NULL;
216216

0 commit comments

Comments
 (0)