X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_regex%2Fos_regex.c;h=8e871ada2f960c4920c82db100bcc29f694effe7;hp=c4292710fb8b2a770b3ff40b96afe5b8c2aaf735;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/os_regex/os_regex.c b/src/os_regex/os_regex.c index c429271..8e871ad 100755 --- a/src/os_regex/os_regex.c +++ b/src/os_regex/os_regex.c @@ -39,7 +39,7 @@ int OS_Regex(char *pattern, char *str) OSRegex_FreePattern(®); } - + return(r_code); }