Just a cleanup, extra ;
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@247 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
parent
b669fcb879
commit
6f166f642e
|
|
@ -472,7 +472,7 @@ int do_listen(struct listen_config_t **lq, int argc, char **argv)
|
|||
l = hmalloc(sizeof(*l));
|
||||
l->name = hstrdup(argv[1]);
|
||||
l->host = hstrdup(argv[4]);
|
||||
l->portnum = port;;
|
||||
l->portnum = port;
|
||||
l->client_flags = clflags;
|
||||
l->ai = ai;
|
||||
for (i = 0; i < (sizeof(l->filters)/sizeof(l->filters[0])); ++i) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue