aboutsummaryrefslogtreecommitdiff
path: root/src/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.c')
-rw-r--r--src/udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp.c b/src/udp.c
index ec805b6..5945dca 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -85,6 +85,7 @@ static t_opt optset[] = {
85static t_opt optget[] = { 85static 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