From 7d3d54005fefab9b7fca9eaaf8a81edc2317ea81 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 17 Jan 2002 23:46:10 +0000 Subject: [PATCH] fixed build failure after Ralph's function spelling fix --- src/ca/cac.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index 70cbf7ceb..2ff481ede 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -773,7 +773,7 @@ bool cac::lookupChannelAndTransferToTCP ( unsigned cid, unsigned sid, /* * Ignore duplicate search replies */ - if ( chan->getPIIU()->isVirtaulCircuit( chan->pName(), addr ) ) { + if ( chan->getPIIU()->isVirtualCircuit( chan->pName(), addr ) ) { return true; } @@ -1245,7 +1245,7 @@ void cac::connectAllIO ( nciu & chan ) chan.getPIIU()->subscriptionRequest ( chan, *pSubscr ); } catch ( ... ) { - this->printf ( "cac: invalid subscription request ignored\n" ); + this->printf ( "CAC: failed to send subscription request during channel connect\n" ); } pNetIO = next; }