This commit is contained in:
R. Christian McDonald 2026-01-11 23:40:16 -08:00 committed by GitHub
commit bfbf5cbd5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1505,7 +1505,7 @@ config_read(struct config_file* cfg, const char* filename, const char* chroot)
int r, flags;
#endif
if(!fname)
return 1;
return 0;
/* check for wildcards */
#ifdef HAVE_GLOB