Commit af474de6 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

Drop crtools word from zdmt C code

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 3c6180ac
...@@ -44,7 +44,7 @@ int tcp_init_server(int family, int *port) ...@@ -44,7 +44,7 @@ int tcp_init_server(int family, int *port)
ret = bind(sock, (struct sockaddr *) &addr, sizeof(addr)); ret = bind(sock, (struct sockaddr *) &addr, sizeof(addr));
/* crtools doesn't restore sock opts, so we need this hack */ /* criu doesn't restore sock opts, so we need this hack */
if (ret == -1 && errno == EADDRINUSE) { if (ret == -1 && errno == EADDRINUSE) {
test_msg("The port %d is already in use.\n", *port); test_msg("The port %d is already in use.\n", *port);
(*port)++; (*port)++;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "zdtmtst.h" #include "zdtmtst.h"
const char *test_doc = "Test for fifo ro/wo with " const char *test_doc = "Test for fifo ro/wo with "
"fake fifo needed on crtools side"; "fake fifo needed on criu side";
const char *test_author = "Cyrill Gorcunov <gorcunov@openvz.org>"; const char *test_author = "Cyrill Gorcunov <gorcunov@openvz.org>";
char *name_master; char *name_master;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment