X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_regex%2Fos_regex.c;h=8e871ada2f960c4920c82db100bcc29f694effe7;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=2e89fabd9c87ab07f61c16ef4b9a7d2cee9fbf11;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_regex/os_regex.c b/src/os_regex/os_regex.c index 2e89fab..8e871ad 100755 --- a/src/os_regex/os_regex.c +++ b/src/os_regex/os_regex.c @@ -5,7 +5,7 @@ * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ @@ -39,7 +39,7 @@ int OS_Regex(char *pattern, char *str) OSRegex_FreePattern(®); } - + return(r_code); }