diff options
Diffstat (limited to 'src/hci/commands/login_cmd.c')
-rw-r--r-- | src/hci/commands/login_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/commands/login_cmd.c b/src/hci/commands/login_cmd.c index bc23e6ff5..f5db427d5 100644 --- a/src/hci/commands/login_cmd.c +++ b/src/hci/commands/login_cmd.c @@ -39,7 +39,7 @@ static struct option_descriptor login_opts[] = {}; /** "login" command descriptor */ static struct command_descriptor login_cmd = - COMMAND_DESC ( struct login_options, login_opts, 0, 0, "" ); + COMMAND_DESC ( struct login_options, login_opts, 0, 0, NULL ); /** * "login" command |