summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-09-30 10:13:17 +0200
committerMichael Adam <obnox@samba.org>2014-09-30 16:36:10 +0200
commit36281029384ffdea495bb1da6c68f2905785d270 (patch)
tree2636820ec0a97ca1fe6183afe67d8eb12058000b
parentbc5c029a08a3d2c199379f6244999b57fdad5a0d (diff)
downloadsamba-36281029384ffdea495bb1da6c68f2905785d270.tar.gz
s3:torture: fix a message in LOCAL-MESSAGING-FDPASS2 test
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
-rw-r--r--source3/torture/test_messaging_fd_passing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_messaging_fd_passing.c b/source3/torture/test_messaging_fd_passing.c
index 5b3099e7639..4be0221d2d4 100644
--- a/source3/torture/test_messaging_fd_passing.c
+++ b/source3/torture/test_messaging_fd_passing.c
@@ -134,7 +134,7 @@ static bool fdpass2_child(int ready_fd)
/* Tell the parent we are ready to receive mesages. */
bytes = write(ready_fd, &c, 1);
if (bytes != 1) {
- perror("child: failed to write to error_pipe");
+ perror("child: failed to write to ready_fd");
goto done;
}