summaryrefslogtreecommitdiffstats
path: root/testsuite/zerocopy01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/zerocopy01/test_main.c')
-rw-r--r--testsuite/zerocopy01/test_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/zerocopy01/test_main.c b/testsuite/zerocopy01/test_main.c
index 3e7b7b7b..1be546e4 100644
--- a/testsuite/zerocopy01/test_main.c
+++ b/testsuite/zerocopy01/test_main.c
@@ -190,7 +190,7 @@ telnet_shell(char *name, void *arg)
{
rtems_shell_env_t env;
- memset(&env, 0, sizeof(env));
+ rtems_shell_dup_current_env(&env);
env.devname = name;
env.taskname = "TLNT";