ipaccess-proxy: remove leftover option `--udp'

It seems it remains unimplemented, remove it.
This commit is contained in:
Pablo Neira Ayuso 2011-04-11 16:33:06 +02:00 committed by Harald Welte
parent 25ffe54118
commit 4c80a516f8
1 changed files with 0 additions and 1 deletions

View File

@ -1145,7 +1145,6 @@ static void handle_options(int argc, char** argv)
{"log-level", 1, 0, 'e'},
{"listen", 1, 0, 'l'},
{"bsc", 1, 0, 'b'},
{"udp", 1, 0, 'u'},
{0, 0, 0, 0}
};