# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.14 2007/12/27 15:48:55 hno Exp $
+# $Id: Makefile.am,v 1.15 2008/01/08 11:10:48 amosjeffries Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = @SQUID_CFLAGS@
AM_CXXFLAGS = @SQUID_CXXFLAGS@
-##DIST_SUBDIRS = coss null ufs
+##DIST_SUBDIRS = coss ufs
EXTRA_LIBRARIES = libcoss.a libufs.a
noinst_LIBRARIES = @STORE_LIBS@
/*
- * $Id: pinger.cc,v 1.60 2007/12/14 23:11:47 amosjeffries Exp $
+ * $Id: pinger.cc,v 1.61 2008/01/08 11:10:48 amosjeffries Exp $
*
* DEBUG: section 42 ICMP Pinger program
* AUTHOR: Duane Wessels
#if USE_IPV6
if(icmp6_worker == -1)
#endif
+ {
debugs(42, 0, "FATAL: pinger: Unable to open any ICMP sockets.");
exit(1);
+ }
}
if( (squid_link = control.Open()) < 0) {