X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fshared%2Ftests%2Fip_test.c;h=685905a72021736672754228cd781dbe30c8ef5f;hp=149f1b9d54bc8113ddd55efd38accf0a51409fdf;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/shared/tests/ip_test.c b/src/shared/tests/ip_test.c index 149f1b9..685905a 100755 --- a/src/shared/tests/ip_test.c +++ b/src/shared/tests/ip_test.c @@ -14,7 +14,7 @@ int main(int argc, char **argv) { printf("Invalid ip\n"); } - + if(OS_IPFound(argv[2], &myip)) { printf("IP MATCHED!\n");