mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
13 lines
370 B
Diff
13 lines
370 B
Diff
diff --git a/test/lldp_clif_test.c b/test/lldp_clif_test.c
|
|
index 11a3e9c..3154c98 100644
|
|
--- a/test/lldp_clif_test.c
|
|
+++ b/test/lldp_clif_test.c
|
|
@@ -64,7 +64,7 @@ static void unhook_stdout()
|
|
{
|
|
if (hook_fd != -1) {
|
|
dup2(hook_fd, STDOUT_FILENO);
|
|
- stdout = fdopen(STDOUT_FILENO, "w");
|
|
+ //stdout = fdopen(STDOUT_FILENO, "w");
|
|
close(hook_fd);
|
|
hook_fd = -1;
|
|
|