Skip to content

Commit

Permalink
Fixed bug: #243
Browse files Browse the repository at this point in the history
  • Loading branch information
Артём Коротченко committed Aug 12, 2022
1 parent 09737a1 commit 4020166
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xl2tpd-control.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ struct command_t commands[] = {
{"available", &command_available, TUNNEL_NOT_REQUIRED},
{"add-lns", &command_add_lns, TUNNEL_REQUIRED},
{"status-lns", &command_status_lns, TUNNEL_REQUIRED},
{"remove-lns", &command_remove_lns, TUNNEL_REQUIRED}
{"remove-lns", &command_remove_lns, TUNNEL_REQUIRED},

{NULL, NULL, TUNNEL_REQUIRED}
};

void usage()
Expand Down

0 comments on commit 4020166

Please sign in to comment.