16 lines
477 B
C++
16 lines
477 B
C++
$NetBSD: patch-src_store.cc,v 1.1 2013/02/10 18:16:53 adam Exp $
|
|
|
|
Fix compiling with Clang.
|
|
|
|
--- src/store.cc.orig 2012-01-08 10:01:40.000000000 +0000
|
|
+++ src/store.cc
|
|
@@ -425,7 +425,7 @@ StoreEntry::deferProducer(const AsyncCal
|
|
deferredProducer = producer;
|
|
else
|
|
debugs(20, 5, HERE << "Deferred producer call is allready set to: " <<
|
|
- *deferredProducer << ", requested call: " << *producer);
|
|
+ *deferredProducer);
|
|
}
|
|
|
|
void
|