From: miker Date: Thu, 18 Mar 2010 18:35:56 +0000 (+0000) Subject: just adding a marker for where the "peer domain" logic should likely be plugged in X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc9487705ad660048af29b85474bac917a95ae7a;p=opensrf%2Fbjwebb.git just adding a marker for where the "peer domain" logic should likely be plugged in git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1938 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/router/osrf_router.c b/src/router/osrf_router.c index b048317..dcfb823 100644 --- a/src/router/osrf_router.c +++ b/src/router/osrf_router.c @@ -355,7 +355,12 @@ static void osrfRouterClassHandleIncoming( osrfRouter* router, const char* class router, classname, class, msg ); /* handle bounced message */ if( !bouncedMessage ) { - /* we have no one to send the requested message to */ + /* we have no one to send the requested message to on our domain */ + + /* XXX */ + /* XXX Here's where we plug in peer domains, inserting this brick into a wall */ + /* XXX */ + message_free( msg ); osrfLogClearXid();