Skip to content

Commit

Permalink
squash! pam: Config file support
Browse files Browse the repository at this point in the history
Address false positive etc.
  • Loading branch information
dacav committed Jan 23, 2025
1 parent 93c2b32 commit 463ad32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static void cfg_load_buffer(cfg_t *cfg, char *buffer) {
}

static int cfg_load_defaults(cfg_t *cfg, const char *config_path) {
int fd, r;
int fd = -1, r;
size_t fsize;
char *buffer = NULL;

Expand Down

0 comments on commit 463ad32

Please sign in to comment.