From: robertc <> Date: Mon, 20 Oct 2003 18:34:01 +0000 (+0000) Subject: missed one name change X-Git-Tag: SQUID_3_0_PRE4~1180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d23511c04b82e67bd392bbded66177f78562e978;p=thirdparty%2Fsquid.git missed one name change --- diff --git a/src/store_swapin.cc b/src/store_swapin.cc index 0a149a9e5f..5e30c2e472 100644 --- a/src/store_swapin.cc +++ b/src/store_swapin.cc @@ -1,6 +1,6 @@ /* - * $Id: store_swapin.cc,v 1.35 2003/02/21 22:50:12 robertc Exp $ + * $Id: store_swapin.cc,v 1.36 2003/10/20 12:34:01 robertc Exp $ * * DEBUG: section 20 Storage Manager Swapin Functions * AUTHOR: Duane Wessels @@ -80,7 +80,7 @@ storeSwapInFileClosed(void *data, int errflag, storeIOState * sio) sc->swapin_sio = NULL; /* why this assert */ - if (sc->callbackPending()) { + if (sc->_callback.pending()) { assert (errflag <= 0); sc->callback(0, errflag ? true : false); }