X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fshared%2Ftests%2Fip_test.c;h=685905a72021736672754228cd781dbe30c8ef5f;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=149f1b9d54bc8113ddd55efd38accf0a51409fdf;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git 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");