| 616 | }; |
| 617 | |
| 618 | static int flag_fixup(void** param) |
| 619 | { |
| 620 | if (fixup_named_flags(param, t_relay_flag_names, NULL, NULL) < 0) |
| 621 | return -1; |
| 622 | |
| 623 | *param = (void*)((unsigned long)((unsigned int)(unsigned long)*param)<<1); |
| 624 | return 0; |
| 625 | } |
| 626 | |
| 627 | |
| 628 | static int fixup_phostport2proxy(void** param) |
nothing calls this directly
no test coverage detected