diff options
| author | 2012-03-18 21:17:05 +0000 | |
|---|---|---|
| committer | 2012-03-18 21:17:05 +0000 | |
| commit | 369c5a8fad454ce3d91b24f997dc740da2f8677d (patch) | |
| tree | 794c8ea07177d0823b52931f73c87f4fac8b84cb /src/kvilib/net/KviSSL.cpp | |
| parent | fix for #1265 (diff) | |
| download | KVIrc-369c5a8fad454ce3d91b24f997dc740da2f8677d.tar.gz KVIrc-369c5a8fad454ce3d91b24f997dc740da2f8677d.tar.bz2 KVIrc-369c5a8fad454ce3d91b24f997dc740da2f8677d.zip | |
fixed not-existing #ifdef directive
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6098 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net/KviSSL.cpp')
| -rw-r--r-- | src/kvilib/net/KviSSL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/net/KviSSL.cpp b/src/kvilib/net/KviSSL.cpp index 8cb2a2f1a..6e5e58f8e 100644 --- a/src/kvilib/net/KviSSL.cpp +++ b/src/kvilib/net/KviSSL.cpp @@ -312,7 +312,7 @@ void KviSSL::shutdown() //avoid to die on a SIGPIPE if the connection has close (SSL_shutdown can call send()) //see bug #440 - #if defined(COMPILE_ON_OSX) + #if defined(COMPILE_ON_MAC) // bsd (and probably solaris, too) offers a proper flag to ignore SIGPIPE; // instead of a signal, a write() will get an EPIPE retval, thus fail. |
