|
@@ -125,7 +125,7 @@ main (int argc, char **argv)
|
|
|
if (verbose)
|
|
if (verbose)
|
|
|
printf ("%s\n", chld_out.line[i]);
|
|
printf ("%s\n", chld_out.line[i]);
|
|
|
|
|
|
|
|
- if (strstr (chld_out.line[i], (expected_address == NULL ? query_address : expected_address)) != NULL) {
|
|
|
|
|
|
|
+ if (strcasestr (chld_out.line[i], (expected_address == NULL ? query_address : expected_address)) != NULL) {
|
|
|
msg = chld_out.line[i];
|
|
msg = chld_out.line[i];
|
|
|
result = STATE_OK;
|
|
result = STATE_OK;
|
|
|
|
|
|