GNS3/dynamips

udp_send and udp_recv cannot be built

flaviojs opened this issue · 0 comments

udp_send and udp_recv cannot be built.

They use utils.c, which needs log_file to compile.
Moving log_file from dynamips.c to utils.c makes them compile.

Bug found while converting to rust.