]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fails if no file names can be found when file globbing is on
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Jun 2015 18:23:28 +0000 (20:23 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Jun 2015 18:23:28 +0000 (20:23 +0200)
commit69a910adbd744bff9f2d4f248530306937cc5af7
treead9806bc6fc71056e7bbd1cba969b6bf2611e21d
parent0eb636a0d43dc07b6a1d81383bd0971a782ab2ff
Fails if no file names can be found when file globbing is on

If file globbing is enabled and no files can be found to match the pattern,
sarg must fail as it does when file globbing is disabled (that was how
sarg worked before file globbing was programmed).

It is meant as a safety in case there is a problem with the generated log
files.
filelist.c