summaryrefslogtreecommitdiff
path: root/accel-pppd/cli/std_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/cli/std_cmd.c')
-rw-r--r--accel-pppd/cli/std_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/cli/std_cmd.c b/accel-pppd/cli/std_cmd.c
index e22ea768..e4eddb27 100644
--- a/accel-pppd/cli/std_cmd.c
+++ b/accel-pppd/cli/std_cmd.c
@@ -87,6 +87,8 @@ static void show_stat_help(char * const *fields, int fields_cnt, void *client)
static int show_version_exec(const char *cmd, char * const *fields, int fields_cnt, void *client)
{
cli_sendv(client, "%s\r\n", ACCEL_PPP_VERSION);
+
+ return CLI_CMD_OK;
}
static void show_version_help(char * const *fields, int fields_cnt, void *client)