X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FCommunicationPolicy.cc;h=aff4c6693d472a13cde39eda7b132008cb3efae4;hb=1d247d12d1759ffd77f456efe3a52f03dd289994;hp=985113022b434e03972ce43fdca9e0aae38aa14a;hpb=445c71d8d242f4ce3d23d8db8d1faf909943cfec;p=senf.git diff --git a/Socket/CommunicationPolicy.cc b/Socket/CommunicationPolicy.cc index 9851130..aff4c66 100644 --- a/Socket/CommunicationPolicy.cc +++ b/Socket/CommunicationPolicy.cc @@ -58,7 +58,7 @@ prefix_ int senf::ConnectedCommunicationPolicy::do_accept(FileHandle handle, case EINTR: break; default: - throwErrno(); + throw SystemException(); } } while (rv<0); return rv;