X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDatagramSocketProtocol.cc;h=0ee1e0b11522fdcbd67b8602a4f99aa29660fb91;hb=1d247d12d1759ffd77f456efe3a52f03dd289994;hp=a78b4ec3d3ca7bdf4855a04e0b5b6b58f65acf17;hpb=445c71d8d242f4ce3d23d8db8d1faf909943cfec;p=senf.git diff --git a/Socket/Protocols/DatagramSocketProtocol.cc b/Socket/Protocols/DatagramSocketProtocol.cc index a78b4ec..0ee1e0b 100644 --- a/Socket/Protocols/DatagramSocketProtocol.cc +++ b/Socket/Protocols/DatagramSocketProtocol.cc @@ -40,7 +40,7 @@ prefix_ struct timeval senf::DatagramSocketProtocol::timestamp() { struct timeval tv; if (::ioctl(fd(), SIOCGSTAMP, &tv) < 0) - throwErrno(); + throw SystemException(); return tv; }