From: Frédéric Marchal Date: Mon, 7 Sep 2009 13:09:32 +0000 (+0000) Subject: Don't ignore URL of sites without directories. X-Git-Tag: v2_2_6~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=968cfa1e0ed3e37a464939c067c486e6f081f870;p=thirdparty%2Fsarg.git Don't ignore URL of sites without directories. --- diff --git a/log.c b/log.c index 413ce06..1d489dc 100644 --- a/log.c +++ b/log.c @@ -1102,11 +1102,11 @@ int main(int argc,char *argv[]) printf("SARG: Maybe you have a broken url in your %s file.\n",arq); exit(1); } - if (!strchr(url,'/')) { + /*if (!strchr(url,'/')) { if (debugm) printf("URL without directory: %s\n",url); totregsx++; continue; - } + }*/ } if(strcmp(LongUrl,"no") == 0) {