aboutsummaryrefslogtreecommitdiffstats
path: root/util/network
diff options
context:
space:
mode:
authordasha <dasha@yandex-team.ru>2022-02-10 16:51:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:08 +0300
commit9c0c595a1734a50aa8d0af2f62c7df1f65dfff98 (patch)
tree284695e2694054310c537ba9408f8358b25ee731 /util/network
parent9eecf492d77c54d74426323d3e3735736e54faa3 (diff)
downloadydb-9c0c595a1734a50aa8d0af2f62c7df1f65dfff98.tar.gz
Restoring authorship annotation for <dasha@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network')
-rw-r--r--util/network/init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/network/init.cpp b/util/network/init.cpp
index 366e65682c..6c21341335 100644
--- a/util/network/init.cpp
+++ b/util/network/init.cpp
@@ -12,9 +12,9 @@ namespace {
class TNetworkInit {
public:
inline TNetworkInit() {
-#ifndef ROBOT_SIGPIPE
+#ifndef ROBOT_SIGPIPE
signal(SIGPIPE, SIG_IGN);
-#endif
+#endif
#if defined(_win_)
#pragma comment(lib, "ws2_32.lib")