summaryrefslogtreecommitdiffstats
path: root/cmds/bugreport/bugreport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/bugreport/bugreport.cpp')
-rw-r--r--cmds/bugreport/bugreport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bugreport/bugreport.cpp b/cmds/bugreport/bugreport.cpp
index b606406..6892b57 100644
--- a/cmds/bugreport/bugreport.cpp
+++ b/cmds/bugreport/bugreport.cpp
@@ -86,6 +86,6 @@ int main() {
} while (bytes_written != 0 && bytes_to_send > 0);
}
- TEMP_FAILURE_RETRY(close(s));
+ close(s);
return 0;
}