X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FDaemon%2FDaemon.cc;h=0923647ace08f81f47ac559fcb0cfc5815ba4551;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=ec9bd58307fdda5995b4c406cc365d92d57a8c40;hpb=93d9568d448749dc187e7622b733a4a3caa319df;p=senf.git diff --git a/senf/Utils/Daemon/Daemon.cc b/senf/Utils/Daemon/Daemon.cc index ec9bd58..0923647 100644 --- a/senf/Utils/Daemon/Daemon.cc +++ b/senf/Utils/Daemon/Daemon.cc @@ -69,7 +69,7 @@ prefix_ senf::Daemon::~Daemon() if (pidfileCreated_) { try { LIBC_CALL( ::unlink, (pidfile_.c_str()) ); - } catch (Exception e) { + } catch (Exception & e) { // e << "; could not unlink " << pidfile_.c_str(); // throw; }