Declare variable so the code will build.
authorMargaret Wasserman <margaret@moonshot-proxy>
Wed, 3 Jul 2013 13:30:54 +0000 (09:30 -0400)
committerMargaret Wasserman <margaret@moonshot-proxy>
Wed, 3 Jul 2013 13:30:54 +0000 (09:30 -0400)
tr/tr_main.c

index 92dafe1..2670f60 100644 (file)
@@ -74,6 +74,7 @@ static int tr_tids_req_handler (TIDS_INSTANCE * tids,
   TR_NAME *apc = NULL;
   TID_REQ *fwd_req = NULL;
   TR_COMM *cfg_comm = NULL;
+  TR_COMM *cfg_apc = NULL;
   int rc;
 
   if ((!tids) || (!orig_req) || (!resp) || (!(*resp))) {