summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/nslookup_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/nslookup_cmd.c')
-rw-r--r--src/hci/commands/nslookup_cmd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/hci/commands/nslookup_cmd.c b/src/hci/commands/nslookup_cmd.c
index 265afdc3d..b13127dd4 100644
--- a/src/hci/commands/nslookup_cmd.c
+++ b/src/hci/commands/nslookup_cmd.c
@@ -18,6 +18,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( PERMITTED );
#include <stdio.h>
#include <getopt.h>
@@ -73,7 +74,4 @@ static int nslookup_exec ( int argc, char **argv ) {
}
/** The "nslookup" command */
-struct command nslookup_command __command = {
- .name = "nslookup",
- .exec = nslookup_exec,
-};
+COMMAND ( nslookup, nslookup_exec );