|  | @@ -1310,7 +1310,7 @@ circuit_launch_by_extend_info(uint8_t purpose,
 | 
	
		
			
				|  |  |      circ = circuit_find_to_cannibalize(purpose, extend_info, flags);
 | 
	
		
			
				|  |  |      if (circ) {
 | 
	
		
			
				|  |  |        uint8_t old_purpose = circ->_base.purpose;
 | 
	
		
			
				|  |  | -      struct timeval old_timestamp_created;
 | 
	
		
			
				|  |  | +      struct timeval old_timestamp_created = circ->_base.timestamp_created;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        log_info(LD_CIRC,"Cannibalizing circ '%s' for purpose %d (%s)",
 | 
	
		
			
				|  |  |                 build_state_get_exit_nickname(circ->build_state), purpose,
 |