X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=blobdiff_plain;f=src%2Fother.c;fp=src%2Fother.c;h=d8f9ac421e4b4b3dab0694860a53cca60d23b469;hp=fe5f34cc745b9fcc58e17d05161f8e2beb8912ab;hb=f6880ed5f48e1591007246760a64cfc33d5f1eb4;hpb=5cbe8d07fb23db630e76d18022f20368312720ec diff --git a/src/other.c b/src/other.c index fe5f34c..d8f9ac4 100644 --- a/src/other.c +++ b/src/other.c @@ -77,9 +77,6 @@ void clean_up(void) { int ret; - if (errno) { - warn("clean_up: errno (%d) set but not checked in correct place.\nif this is repeatable send strace output as a bug report", errno); - } /* Just in case there something in buffers */ ret = fflush(stdout); if (errno || ret) {