diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 25fcec519..9551cfe26 100644 --- a/src/main.c +++ b/src/main.c @@ -2904,7 +2904,7 @@ operate(struct Configurable *config, int argc, char *argv[]) } /* loop through the list of given URLs */ - while(urlnode && !res) { + while(urlnode) { char *dourl; /* get the full URL (it might be NULL) */ |