aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 8937fd1..a660b30 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -136,7 +136,7 @@ void Bu::Socket::close()
136 #define SHUT_RDWR (SD_BOTH) 136 #define SHUT_RDWR (SD_BOTH)
137 #endif 137 #endif
138#endif 138#endif
139 shutdown( nSocket, SHUT_RDWR ); 139 bu_shutdown( nSocket, SHUT_RDWR );
140 ::close( nSocket ); 140 ::close( nSocket );
141 } 141 }
142 bActive = false; 142 bActive = false;