mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
use quotes when printing password file
This commit is contained in:
@@ -271,7 +271,7 @@ static void check_cfg( struct cfg_st *config)
|
||||
|
||||
if (config->plain_passwd != NULL) {
|
||||
if (access(config->plain_passwd, R_OK) != 0) {
|
||||
fprintf(stderr, "cannot access password file %s\n", config->plain_passwd);
|
||||
fprintf(stderr, "cannot access password file '%s'\n", config->plain_passwd);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user