*** Daemon/Implementation/HTAAServ.c	Sun Sep 25 14:52:53 1994
--- Daemon/Implementation/HTAAServ.c.patch	Wed Nov  2 11:32:03 1994
***************
*** 678,684 ****
  		    StrAllocCopy(HTReqArgPath, HTReqArg);
  		    HTTranslateReq(req);
  		} else if (!strcmp(untranslated, HTReqTranslated)) {
- #ifdef OLD_CODE
  		    /*
  		     * Rule translation didn't change it -- use the orig
  		     */
--- 678,683 ----
***************
*** 685,692 ****
  		    StrAllocCopy(HTReqTranslated, HTReqArg);
  
  		    CTRACE(stderr, "Forwarding.. URL untouched\n");
! #endif /* OLD_CODE */
! 
  		    /* As the translated is canonicalized, we don't want to
  		       use the original one */
  		    char * front = HTParse(HTReqTranslated, "",
--- 684,690 ----
  		    StrAllocCopy(HTReqTranslated, HTReqArg);
  
  		    CTRACE(stderr, "Forwarding.. URL untouched\n");
! #ifdef OLD_CODE
  		    /* As the translated is canonicalized, we don't want to
  		       use the original one */
  		    char * front = HTParse(HTReqTranslated, "",
***************
*** 711,716 ****
--- 709,715 ----
  		    }
  		    CTRACE(stderr, "Forwarding.. URL `%s\'\n",
  			   HTReqTranslated);
+ #endif /* OLD_CODE */
  		} else {
  		    /*
  		     * Otherwise just escape the Map'ped URL for forwarding
