diff options
Diffstat (limited to 'src/udp.c')
-rw-r--r-- | src/udp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ static t_opt optset[] = { | |||
85 | static t_opt optget[] = { | 85 | static t_opt optget[] = { |
86 | {"ip-multicast-if", opt_get_ip_multicast_if}, | 86 | {"ip-multicast-if", opt_get_ip_multicast_if}, |
87 | {"ip-multicast-loop", opt_get_ip_multicast_loop}, | 87 | {"ip-multicast-loop", opt_get_ip_multicast_loop}, |
88 | {"error", opt_get_error}, | ||
88 | {NULL, NULL} | 89 | {NULL, NULL} |
89 | }; | 90 | }; |
90 | 91 | ||