X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Fcommon%2Fcontainers.c;h=ba4b393efc3d73378359706ed016c2929fe4dd72;hb=refs%2Fheads%2Ffeature%2Fencrypted-storage;hp=99cdbdfed2e7a7ee18d52256e73966ff811603f0;hpb=4108810af455f463dfbcdac0e2e0b2ba0312bf26;p=meshlink 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]); }