X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fblackbox%2Fcommon%2Fcontainers.c;h=ba4b393efc3d73378359706ed016c2929fe4dd72;hp=99cdbdfed2e7a7ee18d52256e73966ff811603f0;hb=ec02aca3d7888f072c5c0d52ba6b5c37ed42b69e;hpb=1f9c1231139d2a93ef4ace9891013d2c23cdf4ae diff --git a/test/blackbox/common/containers.c b/test/blackbox/common/containers.c index 99cdbdfe..ba4b393e 100644 --- a/test/blackbox/common/containers.c +++ b/test/blackbox/common/containers.c @@ -510,7 +510,7 @@ void change_ip(int node) { container->stop(container); assert(container->start(container, 0, NULL)); - strncpy(container_ips[node], new_ip, sizeof(new_ip)); // Save the new IP Addres + strncpy(container_ips[node], new_ip, sizeof(new_ip)); // Save the new IP Address PRINT_TEST_CASE_MSG("Node '%s' IP Address changed to %s\n", state_ptr->node_names[node], container_ips[node]); }