Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 24c78b23446c3ec00998eaefb6a35a45 > files > 12

munin-2.0.19-1.fc18.src.rpm

--- master/lib/Munin/Master/Utils.pm.orig	2012-07-30 09:25:33.000000000 -0500
+++ master/lib/Munin/Master/Utils.pm	2012-08-05 14:07:57.236121331 -0500
@@ -904,6 +904,9 @@
 
 	my $storable_filename_tmp = $storable_filename . ".tmp.$$";
 
+	use Carp qw(cluck);
+	cluck "data is null at " unless $data;
+
 	# Write datafile.storable, in network order to be architecture indep
         Storable::nstore($data, $storable_filename_tmp);