Loading net/slirp.c +3 −1 Original line number Diff line number Diff line Loading @@ -492,7 +492,9 @@ void hmp_hostfwd_remove(Monitor *mon, const QDict *qdict) goto fail_syntax; } host_port = atoi(p); if (qemu_strtoi(p, NULL, 10, &host_port)) { goto fail_syntax; } err = slirp_remove_hostfwd(s->slirp, is_udp, host_addr, host_port); Loading Loading
net/slirp.c +3 −1 Original line number Diff line number Diff line Loading @@ -492,7 +492,9 @@ void hmp_hostfwd_remove(Monitor *mon, const QDict *qdict) goto fail_syntax; } host_port = atoi(p); if (qemu_strtoi(p, NULL, 10, &host_port)) { goto fail_syntax; } err = slirp_remove_hostfwd(s->slirp, is_udp, host_addr, host_port); Loading